#CF0C22

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

Shades of Fire Engine Red #CF0C22

Tints of Fire Engine Red #CF0C22

Color information

#CF0C22 (or 0xCF0C22) is unknown color: approx Fire Engine Red. HEX triplet: CF, 0C and 22. RGB value is (207,12,34). Sum of RGB (Red+Green+Blue) = 207+12+34=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0C22 is #30F3DD. Grayscale: #484848. Windows color (decimal): -3208158 or 2231503. OLE color: 2231503.

HSL color Cylindrical-coordinate representation of color #CF0C22: hue angle of 353.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C22 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB2071234-
CMYK00.940.840.19
HSL353.23º89.04%42.94%-
HSV(B)353.23º94.2%81.18%-
XYZ26.1513.642.77-
YUV72.81106.1223.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 81.82%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 34 (13.67% from 255) = 13.44%
R=81.82%
G=4.74%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207123400.940.840.19353.2389.0442.94
HexCFC2205E5413161592b
Octal317144201361242354113153
Binary110011111100100010010111101010100100111011000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C22; }

 p { color: rgb(207,12,34); }

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

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

 a { background-color: rgb(207,12,34); }

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

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

 span { border-color: rgb(207,12,34); }

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