Html Css Color HEX #CE1624 Fire Engine Red

📋 copy color: '#CE1624'

red 206 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #CE1624

Tints of Fire Engine Red #CE1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 78.03%
G = 8.33%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1624 (or 0xCE1624) is known color: Fire Engine Red. HEX triplet: CE, 16 and 24. RGB value is (206,22,36). Sum of RGB (Red+Green+Blue) = 206+22+36=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1624 is #31E9DB. Grayscale: #4E4E4E. Windows color (decimal): -3271132 or 2365134. OLE color: 2365134.

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

Color convert

RGB 206 22 36 -
CMYK 0 0.89 0.83 0.19
HSL 355.43º 0.81% 0.45% -
HSV(B) 355.43º 0.89% 0.81% -
XYZ 26.06 13.82 2.96 -
YUV 78.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 206 22 36 0 0.89 0.83 0.19 355.43 0.81 0.45
Hex CE 16 24 0 59 53 13 163 51 2D
Octal 316 26 44 0 131 123 23 543 121 55
Binary 11001110 10110 100100 0 1011001 1010011 10011 101100011 1010001 101101

Color Harmonies of #CE1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1624

Black with #CE1624

Text Example


Text Example

White with #CE1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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