Html Css Color HEX #CE1E28 Fire Engine Red

📋 copy color: '#CE1E28'

red 206 ◦ green 30 ◦ blue 40

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

Shades of Fire Engine Red #CE1E28

Tints of Fire Engine Red #CE1E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 74.64%
G = 10.87%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1E28 (or 0xCE1E28) is known color: Fire Engine Red. HEX triplet: CE, 1E and 28. RGB value is (206,30,40). Sum of RGB (Red+Green+Blue) = 206+30+40=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E28 is #31E1D7. Grayscale: #535353. Windows color (decimal): -3269080 or 2629326. OLE color: 2629326.

HSL color Cylindrical-coordinate representation of color #CE1E28: hue angle of 356.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E28 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 40 -
CMYK 0 0.85 0.81 0.19
HSL 356.59º 0.75% 0.46% -
HSV(B) 356.59º 0.85% 0.81% -
XYZ 26.3 14.2 3.36 -
YUV 83.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 206 30 40 0 0.85 0.81 0.19 356.59 0.75 0.46
Hex CE 1E 28 0 55 51 13 165 4B 2E
Octal 316 36 50 0 125 121 23 545 113 56
Binary 11001110 11110 101000 0 1010101 1010001 10011 101100101 1001011 101110

Color Harmonies of #CE1E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E28

Black with #CE1E28

Text Example


Text Example

White with #CE1E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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