Html Css Color HEX #CE191D Fire Engine Red

📋 copy color: '#CE191D'

red 206 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #CE191D

Tints of Fire Engine Red #CE191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 79.23%
G = 9.62%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE191D (or 0xCE191D) is known color: Fire Engine Red. HEX triplet: CE, 19 and 1D. RGB value is (206,25,29). Sum of RGB (Red+Green+Blue) = 206+25+29=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE191D is #31E6E2. Grayscale: #4F4F4F. Windows color (decimal): -3270371 or 1907150. OLE color: 1907150.

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

Color convert

RGB 206 25 29 -
CMYK 0 0.88 0.86 0.19
HSL 358.67º 0.78% 0.45% -
HSV(B) 358.67º 0.88% 0.81% -
XYZ 26.02 13.91 2.47 -
YUV 79.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 206 25 29 0 0.88 0.86 0.19 358.67 0.78 0.45
Hex CE 19 1D 0 58 56 13 167 4E 2D
Octal 316 31 35 0 130 126 23 547 116 55
Binary 11001110 11001 11101 0 1011000 1010110 10011 101100111 1001110 101101

Color Harmonies of #CE191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE191D

Black with #CE191D

Text Example


Text Example

White with #CE191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE191D; }

 p { color: rgb(206,25,29); }

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

background-color css

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

 a { background-color: rgb(206,25,29); }

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

border-color css

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

 span { border-color: rgb(206,25,29); }

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