#CF1228

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

Shades of Fire Engine Red #CF1228

Tints of Fire Engine Red #CF1228

Color information

#CF1228 (or 0xCF1228) is unknown color: approx Fire Engine Red. HEX triplet: CF, 12 and 28. RGB value is (207,18,40). Sum of RGB (Red+Green+Blue) = 207+18+40=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1228 is #30EDD7. Grayscale: #4D4D4D. Windows color (decimal): -3206616 or 2626255. OLE color: 2626255.

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

Color convert

RGB2071840-
CMYK00.910.810.19
HSL353.02º84%44.12%-
HSV(B)353.02º91.3%81.18%-
XYZ26.3313.853.29-
YUV77.02107.12220.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 78.11%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=78.11%
G=6.79%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207184000.910.810.19353.028444.12
HexCF122805B5113161542c
Octal317225001331212354112454
Binary1100111110010101000010110111010001100111011000011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1228; }

 p { color: rgb(207,18,40); }

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

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

 a { background-color: rgb(207,18,40); }

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

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

 span { border-color: rgb(207,18,40); }

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