#CF3448

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

Shades of Brick Red #CF3448

Tints of Brick Red #CF3448

Color information

#CF3448 (or 0xCF3448) is unknown color: approx Brick Red. HEX triplet: CF, 34 and 48. RGB value is (207,52,72). Sum of RGB (Red+Green+Blue) = 207+52+72=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3448 is #30CBB7. Grayscale: #646464. Windows color (decimal): -3197880 or 4732111. OLE color: 4732111.

HSL color Cylindrical-coordinate representation of color #CF3448: hue angle of 352.26º 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 #CF3448 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2075272-
CMYK00.750.650.19
HSL352.26º61.75%50.78%-
HSV(B)352.26º74.88%81.18%-
XYZ28.1316.197.77-
YUV100.62111.85203.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.54%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=62.54%
G=15.71%
B=21.75%

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
Decimal207527200.750.650.19352.2661.7550.78
HexCF344804B41131603e33
Octal317641100113101235407663
Binary11001111110100100100001001011100000110011101100000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3448; }

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

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

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

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

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

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

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

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