#CF3745

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

Shades of Brick Red #CF3745

Tints of Brick Red #CF3745

Color information

#CF3745 (or 0xCF3745) is unknown color: approx Brick Red. HEX triplet: CF, 37 and 45. RGB value is (207,55,69). Sum of RGB (Red+Green+Blue) = 207+55+69=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3745 is #30C8BA. Grayscale: #666666. Windows color (decimal): -3197115 or 4536271. OLE color: 4536271.

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

Color convert

RGB2075569-
CMYK00.730.670.19
HSL354.47º61.29%51.37%-
HSV(B)354.47º73.43%81.18%-
XYZ28.1716.437.32-
YUV102.04109.36202.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.54%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=62.54%
G=16.62%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207556900.730.670.19354.4761.2951.37
HexCF374504943131623d33
Octal317671050111103235427563
Binary11001111110111100010101001001100001110011101100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3745; }

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

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

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

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

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

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

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

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