Html Css Color HEX #CE1824 Fire Engine Red

📋 copy color: '#CE1824'

red 206 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #CE1824

Tints of Fire Engine Red #CE1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 77.44%
G = 9.02%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1824 (or 0xCE1824) is known color: Fire Engine Red. HEX triplet: CE, 18 and 24. RGB value is (206,24,36). Sum of RGB (Red+Green+Blue) = 206+24+36=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1824 is #31E7DB. Grayscale: #4F4F4F. Windows color (decimal): -3270620 or 2365646. OLE color: 2365646.

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

Color convert

RGB 206 24 36 -
CMYK 0 0.88 0.83 0.19
HSL 356.04º 0.79% 0.45% -
HSV(B) 356.04º 0.88% 0.81% -
XYZ 26.1 13.9 2.98 -
YUV 79.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 206 24 36 0 0.88 0.83 0.19 356.04 0.79 0.45
Hex CE 18 24 0 58 53 13 164 4F 2D
Octal 316 30 44 0 130 123 23 544 117 55
Binary 11001110 11000 100100 0 1011000 1010011 10011 101100100 1001111 101101

Color Harmonies of #CE1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1824

Black with #CE1824

Text Example


Text Example

White with #CE1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1824; }

 p { color: rgb(206,24,36); }

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

background-color css

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

 a { background-color: rgb(206,24,36); }

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

border-color css

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

 span { border-color: rgb(206,24,36); }

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