Html Css Color HEX #CF1618 Fire Engine Red

📋 copy color: '#CF1618'

red 207 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #CF1618

Tints of Fire Engine Red #CF1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

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

R = 81.82%
G = 8.7%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF1618 (or 0xCF1618) is known color: Fire Engine Red. HEX triplet: CF, 16 and 18. RGB value is (207,22,24). Sum of RGB (Red+Green+Blue) = 207+22+24=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1618 is #30E9E7. Grayscale: #4D4D4D. Windows color (decimal): -3205608 or 1578703. OLE color: 1578703.

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

Color convert

RGB 207 22 24 -
CMYK 0 0.89 0.88 0.19
HSL 359.35º 0.81% 0.45% -
HSV(B) 359.35º 0.89% 0.81% -
XYZ 26.18 13.91 2.17 -
YUV 77.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 207 22 24 0 0.89 0.88 0.19 359.35 0.81 0.45
Hex CF 16 18 0 59 58 13 167 51 2D
Octal 317 26 30 0 131 130 23 547 121 55
Binary 11001111 10110 11000 0 1011001 1011000 10011 101100111 1010001 101101

Color Harmonies of #CF1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1618

Black with #CF1618

Text Example


Text Example

White with #CF1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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