Html Css Color HEX #CE2429 Fire Engine Red

📋 copy color: '#CE2429'

red 206 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #CE2429

Tints of Fire Engine Red #CE2429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 72.79%
G = 12.72%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE2429 (or 0xCE2429) is known color: Fire Engine Red. HEX triplet: CE, 24 and 29. RGB value is (206,36,41). Sum of RGB (Red+Green+Blue) = 206+36+41=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2429 is #31DBD6. Grayscale: #575757. Windows color (decimal): -3267543 or 2696398. OLE color: 2696398.

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

Color convert

RGB 206 36 41 -
CMYK 0 0.83 0.80 0.19
HSL 358.24º 0.7% 0.47% -
HSV(B) 358.24º 0.83% 0.81% -
XYZ 26.48 14.54 3.51 -
YUV 87.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 206 36 41 0 0.83 0.80 0.19 358.24 0.7 0.47
Hex CE 24 29 0 53 50 13 166 46 2F
Octal 316 44 51 0 123 120 23 546 106 57
Binary 11001110 100100 101001 0 1010011 1010000 10011 101100110 1000110 101111

Color Harmonies of #CE2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2429

Black with #CE2429

Text Example


Text Example

White with #CE2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2429; }

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

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

background-color css

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

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

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

border-color css

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

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

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