Html Css Color HEX #CF1518 Fire Engine Red

📋 copy color: '#CF1518'

red 207 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #CF1518

Tints of Fire Engine Red #CF1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 82.14%
G = 8.33%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF1518 (or 0xCF1518) is known color: Fire Engine Red. HEX triplet: CF, 15 and 18. RGB value is (207,21,24). Sum of RGB (Red+Green+Blue) = 207+21+24=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1518 is #30EAE7. Grayscale: #4D4D4D. Windows color (decimal): -3205864 or 1578447. OLE color: 1578447.

HSL color Cylindrical-coordinate representation of color #CF1518: hue angle of 359.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1518 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 24 -
CMYK 0 0.90 0.88 0.19
HSL 359.03º 0.82% 0.45% -
HSV(B) 359.03º 0.9% 0.81% -
XYZ 26.17 13.87 2.16 -
YUV 76.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 207 21 24 0 0.90 0.88 0.19 359.03 0.82 0.45
Hex CF 15 18 0 5A 58 13 167 52 2D
Octal 317 25 30 0 132 130 23 547 122 55
Binary 11001111 10101 11000 0 1011010 1011000 10011 101100111 1010010 101101

Color Harmonies of #CF1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1518

Black with #CF1518

Text Example


Text Example

White with #CF1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1518; }

 p { color: rgb(207,21,24); }

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

background-color css

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

 a { background-color: rgb(207,21,24); }

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

border-color css

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

 span { border-color: rgb(207,21,24); }

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