#CF3449

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

Shades of Brick Red #CF3449

Tints of Brick Red #CF3449

Color information

#CF3449 (or 0xCF3449) is unknown color: approx Brick Red. HEX triplet: CF, 34 and 49. RGB value is (207,52,73). Sum of RGB (Red+Green+Blue) = 207+52+73=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3449 is #30CBB6. Grayscale: #646464. Windows color (decimal): -3197879 or 4797647. OLE color: 4797647.

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

Color convert

RGB2075273-
CMYK00.750.650.19
HSL351.87º61.75%50.78%-
HSV(B)351.87º74.88%81.18%-
XYZ28.1616.27.95-
YUV100.74112.35203.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.35%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=62.35%
G=15.66%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207527300.750.650.19351.8761.7550.78
HexCF344904B41131603e33
Octal317641110113101235407663
Binary11001111110100100100101001011100000110011101100000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3449; }

 p { color: rgb(207,52,73); }

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

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

 a { background-color: rgb(207,52,73); }

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

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

 span { border-color: rgb(207,52,73); }

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