Html Css Color HEX #CE1D24 Fire Engine Red

📋 copy color: '#CE1D24'

red 206 ◦ green 29 ◦ blue 36

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

Shades of Fire Engine Red #CE1D24

Tints of Fire Engine Red #CE1D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

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

R = 76.01%
G = 10.7%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1D24 (or 0xCE1D24) is known color: Fire Engine Red. HEX triplet: CE, 1D and 24. RGB value is (206,29,36). Sum of RGB (Red+Green+Blue) = 206+29+36=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1D24 is #31E2DB. Grayscale: #525252. Windows color (decimal): -3269340 or 2366926. OLE color: 2366926.

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

Color convert

RGB 206 29 36 -
CMYK 0 0.86 0.83 0.19
HSL 357.63º 0.75% 0.46% -
HSV(B) 357.63º 0.86% 0.81% -
XYZ 26.21 14.13 3.01 -
YUV 82.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 206 29 36 0 0.86 0.83 0.19 357.63 0.75 0.46
Hex CE 1D 24 0 56 53 13 166 4B 2E
Octal 316 35 44 0 126 123 23 546 113 56
Binary 11001110 11101 100100 0 1010110 1010011 10011 101100110 1001011 101110

Color Harmonies of #CE1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D24

Black with #CE1D24

Text Example


Text Example

White with #CE1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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