#cf2645

Color #CF2645 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CF2645

Tints of Brick Red #CF2645

Color information

#CF2645 (or 0xCF2645) is unknown color: approx Brick Red. HEX triplet: CF, 26 and 45. RGB value is (207,38,69). Sum of RGB (Red+Green+Blue) = 207+38+69=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2645 is #30D9BA. Grayscale: #5C5C5C. Windows color (decimal): -3201467 or 4531919. OLE color: 4531919.

HSL color Cylindrical-coordinate representation of color #CF2645: hue angle of 348.99º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2645 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2073869-
CMYK00.820.670.19
HSL348.99º68.98%48.04%-
HSV(B)348.99º81.64%81.18%-
XYZ27.515.087.09-
YUV92.06114.99209.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 65.92%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=65.92%
G=12.10%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207386900.820.670.19348.9968.9848.04
HexCF2645052431315d4530
Octal3174610501221032353510560
Binary110011111001101000101010100101000011100111010111011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2645; }

 p { color: rgb(207,38,69); }

 H1.HeaderClassName
 {
   color: #cf2645;
 }
 .AnyTagClassName
 {
   color: #cf2645;
 }
</style>
background-color css

<style>
 a { background-color: #cf2645; }

 a { background-color: rgb(207,38,69); }

 div.DivClassName
 {
   background-color: #cf2645;
 }
 .BgClassName
 {
   background-color: #cf2645;
 }
</style>
border-color css

<style>
 span { border-color: #cf2645; }

 span { border-color: rgb(207,38,69); }

 td.TdClassName
 {
   border-color: #cf2645;
 }
 .TagClassName
 {
   border-color: #cf2645;
 }
</style>