Html Css Color HEX #CF121B Fire Engine Red

📋 copy color: '#CF121B'

red 207 ◦ green 18 ◦ blue 27

#CF121B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CF121B

Tints of Fire Engine Red #CF121B

RGB

 RED value IS 207 (81.25% from 255) = 82.14%

 GREEN value IS 18 (7.42% from 255) = 7.14%

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 82.14%
G = 7.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF121B (or 0xCF121B) is known color: Fire Engine Red. HEX triplet: CF, 12 and 1B. RGB value is (207,18,27). Sum of RGB (Red+Green+Blue) = 207+18+27=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF121B is #30EDE4. Grayscale: #4B4B4B. Windows color (decimal): -3206629 or 1774287. OLE color: 1774287.

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

Color convert

RGB 207 18 27 -
CMYK 0 0.91 0.87 0.19
HSL 357.14º 0.84% 0.44% -
HSV(B) 357.14º 0.91% 0.81% -
XYZ 26.15 13.78 2.32 -
YUV 75.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 207 18 27 0 0.91 0.87 0.19 357.14 0.84 0.44
Hex CF 12 1B 0 5B 57 13 165 54 2C
Octal 317 22 33 0 133 127 23 545 124 54
Binary 11001111 10010 11011 0 1011011 1010111 10011 101100101 1010100 101100

Color Harmonies of #CF121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF121B

Black with #CF121B

Text Example


Text Example

White with #CF121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF121B; }

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

 H1.HeaderClassName
 {
   color: #CF121B;
 }
 .AnyTagClassName
 {
   color: #CF121B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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