Html Css Color HEX #CE1524 Fire Engine Red

📋 copy color: '#CE1524'

red 206 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #CE1524

Tints of Fire Engine Red #CE1524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 78.33%
G = 7.98%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1524 (or 0xCE1524) is known color: Fire Engine Red. HEX triplet: CE, 15 and 24. RGB value is (206,21,36). Sum of RGB (Red+Green+Blue) = 206+21+36=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1524 is #31EADB. Grayscale: #4E4E4E. Windows color (decimal): -3271388 or 2364878. OLE color: 2364878.

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

Color convert

RGB 206 21 36 -
CMYK 0 0.90 0.83 0.19
HSL 355.14º 0.81% 0.45% -
HSV(B) 355.14º 0.9% 0.81% -
XYZ 26.04 13.79 2.96 -
YUV 78.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 206 21 36 0 0.90 0.83 0.19 355.14 0.81 0.45
Hex CE 15 24 0 5A 53 13 163 51 2D
Octal 316 25 44 0 132 123 23 543 121 55
Binary 11001110 10101 100100 0 1011010 1010011 10011 101100011 1010001 101101

Color Harmonies of #CE1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1524

Black with #CE1524

Text Example


Text Example

White with #CE1524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1524; }

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

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

background-color css

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

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

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

border-color css

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

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

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