#CF3742

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

Shades of Brick Red #CF3742

Tints of Brick Red #CF3742

Color information

#CF3742 (or 0xCF3742) is unknown color: approx Brick Red. HEX triplet: CF, 37 and 42. RGB value is (207,55,66). Sum of RGB (Red+Green+Blue) = 207+55+66=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3742 is #30C8BD. Grayscale: #656565. Windows color (decimal): -3197118 or 4339663. OLE color: 4339663.

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

Color convert

RGB2075566-
CMYK00.730.680.19
HSL355.66º61.29%51.37%-
HSV(B)355.66º73.43%81.18%-
XYZ28.0816.396.84-
YUV101.7107.86203.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.11%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=63.11%
G=16.77%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207556600.730.680.19355.6661.2951.37
HexCF374204944131643d33
Octal317671020111104235447563
Binary11001111110111100001001001001100010010011101100100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3742; }

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

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

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

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

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

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

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

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