Html Css Color HEX #CF1517 Fire Engine Red

📋 copy color: '#CF1517'

red 207 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #CF1517

Tints of Fire Engine Red #CF1517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 82.47%
G = 8.37%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF1517 (or 0xCF1517) is known color: Fire Engine Red. HEX triplet: CF, 15 and 17. RGB value is (207,21,23). Sum of RGB (Red+Green+Blue) = 207+21+23=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1517 is #30EAE8. Grayscale: #4D4D4D. Windows color (decimal): -3205865 or 1512911. OLE color: 1512911.

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

Color convert

RGB 207 21 23 -
CMYK 0 0.90 0.89 0.19
HSL 359.35º 0.82% 0.45% -
HSV(B) 359.35º 0.9% 0.81% -
XYZ 26.15 13.86 2.11 -
YUV 76.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 207 21 23 0 0.90 0.89 0.19 359.35 0.82 0.45
Hex CF 15 17 0 5A 59 13 167 52 2D
Octal 317 25 27 0 132 131 23 547 122 55
Binary 11001111 10101 10111 0 1011010 1011001 10011 101100111 1010010 101101

Color Harmonies of #CF1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1517

Black with #CF1517

Text Example


Text Example

White with #CF1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1517; }

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

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

background-color css

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

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

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

border-color css

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

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

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