#CF122A

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

Shades of Fire Engine Red #CF122A

Tints of Fire Engine Red #CF122A

Color information

#CF122A (or 0xCF122A) is unknown color: approx Fire Engine Red. HEX triplet: CF, 12 and 2A. RGB value is (207,18,42). Sum of RGB (Red+Green+Blue) = 207+18+42=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF122A is #30EDD5. Grayscale: #4D4D4D. Windows color (decimal): -3206614 or 2757327. OLE color: 2757327.

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

Color convert

RGB2071842-
CMYK00.910.800.19
HSL352.38º84%44.12%-
HSV(B)352.38º91.3%81.18%-
XYZ26.3713.873.48-
YUV77.25108.12220.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.53%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=77.53%
G=6.74%
B=15.73%

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
Decimal207184200.910.800.19352.388444.12
HexCF122A05B5013160542c
Octal317225201331202354012454
Binary1100111110010101010010110111010000100111011000001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF122A; }

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

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

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

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

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

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

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

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