Html Css Color HEX #CE191E Fire Engine Red

📋 copy color: '#CE191E'

red 206 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #CE191E

Tints of Fire Engine Red #CE191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 78.93%
G = 9.58%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE191E (or 0xCE191E) is known color: Fire Engine Red. HEX triplet: CE, 19 and 1E. RGB value is (206,25,30). Sum of RGB (Red+Green+Blue) = 206+25+30=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE191E is #31E6E1. Grayscale: #4F4F4F. Windows color (decimal): -3270370 or 1972686. OLE color: 1972686.

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

Color convert

RGB 206 25 30 -
CMYK 0 0.88 0.85 0.19
HSL 358.34º 0.78% 0.45% -
HSV(B) 358.34º 0.88% 0.81% -
XYZ 26.04 13.91 2.54 -
YUV 79.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 206 25 30 0 0.88 0.85 0.19 358.34 0.78 0.45
Hex CE 19 1E 0 58 55 13 166 4E 2D
Octal 316 31 36 0 130 125 23 546 116 55
Binary 11001110 11001 11110 0 1011000 1010101 10011 101100110 1001110 101101

Color Harmonies of #CE191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE191E

Black with #CE191E

Text Example


Text Example

White with #CE191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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