Html Css Color HEX #CE1324 Fire Engine Red

📋 copy color: '#CE1324'

red 206 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #CE1324

Tints of Fire Engine Red #CE1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 78.93%
G = 7.28%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1324 (or 0xCE1324) is known color: Fire Engine Red. HEX triplet: CE, 13 and 24. RGB value is (206,19,36). Sum of RGB (Red+Green+Blue) = 206+19+36=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1324 is #31ECDB. Grayscale: #4C4C4C. Windows color (decimal): -3271900 or 2364366. OLE color: 2364366.

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

Color convert

RGB 206 19 36 -
CMYK 0 0.91 0.83 0.19
HSL 354.55º 0.83% 0.44% -
HSV(B) 354.55º 0.91% 0.81% -
XYZ 26 13.71 2.95 -
YUV 76.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 206 19 36 0 0.91 0.83 0.19 354.55 0.83 0.44
Hex CE 13 24 0 5B 53 13 163 53 2C
Octal 316 23 44 0 133 123 23 543 123 54
Binary 11001110 10011 100100 0 1011011 1010011 10011 101100011 1010011 101100

Color Harmonies of #CE1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1324

Black with #CE1324

Text Example


Text Example

White with #CE1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1324; }

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

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

background-color css

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

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

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

border-color css

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

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

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