#CF1229

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

Shades of Fire Engine Red #CF1229

Tints of Fire Engine Red #CF1229

Color information

#CF1229 (or 0xCF1229) is unknown color: approx Fire Engine Red. HEX triplet: CF, 12 and 29. RGB value is (207,18,41). Sum of RGB (Red+Green+Blue) = 207+18+41=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1229 is #30EDD6. Grayscale: #4D4D4D. Windows color (decimal): -3206615 or 2691791. OLE color: 2691791.

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

Color convert

RGB2071841-
CMYK00.910.800.19
HSL352.7º84%44.12%-
HSV(B)352.7º91.3%81.18%-
XYZ26.3513.863.38-
YUV77.13107.62220.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.82%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=77.82%
G=6.77%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207184100.910.800.19352.78444.12
HexCF122905B5013161542c
Octal317225101331202354112454
Binary1100111110010101001010110111010000100111011000011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1229; }

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

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

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

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

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

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

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

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