Html Css Color HEX #CF1316 Fire Engine Red

📋 copy color: '#CF1316'

red 207 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #CF1316

Tints of Fire Engine Red #CF1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 83.47%
G = 7.66%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF1316 (or 0xCF1316) is known color: Fire Engine Red. HEX triplet: CF, 13 and 16. RGB value is (207,19,22). Sum of RGB (Red+Green+Blue) = 207+19+22=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1316 is #30ECE9. Grayscale: #4B4B4B. Windows color (decimal): -3206378 or 1446863. OLE color: 1446863.

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

Color convert

RGB 207 19 22 -
CMYK 0 0.91 0.89 0.19
HSL 359.04º 0.83% 0.44% -
HSV(B) 359.04º 0.91% 0.81% -
XYZ 26.11 13.79 2.04 -
YUV 75.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 207 19 22 0 0.91 0.89 0.19 359.04 0.83 0.44
Hex CF 13 16 0 5B 59 13 167 53 2C
Octal 317 23 26 0 133 131 23 547 123 54
Binary 11001111 10011 10110 0 1011011 1011001 10011 101100111 1010011 101100

Color Harmonies of #CF1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1316

Black with #CF1316

Text Example


Text Example

White with #CF1316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1316; }

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

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

background-color css

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

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

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

border-color css

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

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

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