Html Css Color HEX #CE1129 Fire Engine Red

📋 copy color: '#CE1129'

red 206 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #CE1129

Tints of Fire Engine Red #CE1129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 78.03%
G = 6.44%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE1129 (or 0xCE1129) is known color: Fire Engine Red. HEX triplet: CE, 11 and 29. RGB value is (206,17,41). Sum of RGB (Red+Green+Blue) = 206+17+41=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1129 is #31EED6. Grayscale: #4C4C4C. Windows color (decimal): -3272407 or 2691534. OLE color: 2691534.

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

Color convert

RGB 206 17 41 -
CMYK 0 0.92 0.80 0.19
HSL 352.38º 0.85% 0.44% -
HSV(B) 352.38º 0.92% 0.81% -
XYZ 26.05 13.68 3.37 -
YUV 76.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 206 17 41 0 0.92 0.80 0.19 352.38 0.85 0.44
Hex CE 11 29 0 5C 50 13 160 55 2C
Octal 316 21 51 0 134 120 23 540 125 54
Binary 11001110 10001 101001 0 1011100 1010000 10011 101100000 1010101 101100

Color Harmonies of #CE1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1129

Black with #CE1129

Text Example


Text Example

White with #CE1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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