Html Css Color HEX #CE1317 Fire Engine Red

📋 copy color: '#CE1317'

red 206 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #CE1317

Tints of Fire Engine Red #CE1317

RGB

 RED value IS 206 (80.86% from 255) = 83.06%

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

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

R = 83.06%
G = 7.66%
B = 9.27%

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

#CE1317 (or 0xCE1317) is known color: Fire Engine Red. HEX triplet: CE, 13 and 17. RGB value is (206,19,23). Sum of RGB (Red+Green+Blue) = 206+19+23=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1317 is #31ECE8. Grayscale: #4B4B4B. Windows color (decimal): -3271913 or 1512398. OLE color: 1512398.

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

Color convert

RGB 206 19 23 -
CMYK 0 0.91 0.89 0.19
HSL 358.72º 0.83% 0.44% -
HSV(B) 358.72º 0.91% 0.81% -
XYZ 25.84 13.65 2.08 -
YUV 75.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 206 19 23 0 0.91 0.89 0.19 358.72 0.83 0.44
Hex CE 13 17 0 5B 59 13 167 53 2C
Octal 316 23 27 0 133 131 23 547 123 54
Binary 11001110 10011 10111 0 1011011 1011001 10011 101100111 1010011 101100

Color Harmonies of #CE1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1317

Black with #CE1317

Text Example


Text Example

White with #CE1317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1317; }

 p { color: rgb(206,19,23); }

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

background-color css

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

 a { background-color: rgb(206,19,23); }

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

border-color css

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

 span { border-color: rgb(206,19,23); }

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