Html Css Color HEX #CE171F Fire Engine Red

📋 copy color: '#CE171F'

red 206 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #CE171F

Tints of Fire Engine Red #CE171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 79.23%
G = 8.85%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE171F (or 0xCE171F) is known color: Fire Engine Red. HEX triplet: CE, 17 and 1F. RGB value is (206,23,31). Sum of RGB (Red+Green+Blue) = 206+23+31=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE171F is #31E8E0. Grayscale: #4E4E4E. Windows color (decimal): -3270881 or 2037710. OLE color: 2037710.

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

Color convert

RGB 206 23 31 -
CMYK 0 0.89 0.85 0.19
HSL 357.38º 0.8% 0.45% -
HSV(B) 357.38º 0.89% 0.81% -
XYZ 26.01 13.83 2.6 -
YUV 78.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 206 23 31 0 0.89 0.85 0.19 357.38 0.8 0.45
Hex CE 17 1F 0 59 55 13 165 50 2D
Octal 316 27 37 0 131 125 23 545 120 55
Binary 11001110 10111 11111 0 1011001 1010101 10011 101100101 1010000 101101

Color Harmonies of #CE171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE171F

Black with #CE171F

Text Example


Text Example

White with #CE171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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