Html Css Color HEX #CE2029 Fire Engine Red

📋 copy color: '#CE2029'

red 206 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #CE2029

Tints of Fire Engine Red #CE2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

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

R = 73.84%
G = 11.47%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE2029 (or 0xCE2029) is known color: Fire Engine Red. HEX triplet: CE, 20 and 29. RGB value is (206,32,41). Sum of RGB (Red+Green+Blue) = 206+32+41=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2029 is #31DFD6. Grayscale: #555555. Windows color (decimal): -3268567 or 2695374. OLE color: 2695374.

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

Color convert

RGB 206 32 41 -
CMYK 0 0.84 0.80 0.19
HSL 356.9º 0.73% 0.47% -
HSV(B) 356.9º 0.84% 0.81% -
XYZ 26.37 14.31 3.47 -
YUV 85.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 206 32 41 0 0.84 0.80 0.19 356.9 0.73 0.47
Hex CE 20 29 0 54 50 13 165 49 2F
Octal 316 40 51 0 124 120 23 545 111 57
Binary 11001110 100000 101001 0 1010100 1010000 10011 101100101 1001001 101111

Color Harmonies of #CE2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2029

Black with #CE2029

Text Example


Text Example

White with #CE2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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