Html Css Color HEX #CE1029 Fire Engine Red

📋 copy color: '#CE1029'

red 206 ◦ green 16 ◦ blue 41

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

Shades of Fire Engine Red #CE1029

Tints of Fire Engine Red #CE1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 78.33%
G = 6.08%
B = 15.59%

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

#CE1029 (or 0xCE1029) is known color: Fire Engine Red. HEX triplet: CE, 10 and 29. RGB value is (206,16,41). Sum of RGB (Red+Green+Blue) = 206+16+41=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1029 is #31EFD6. Grayscale: #4B4B4B. Windows color (decimal): -3272663 or 2691278. OLE color: 2691278.

HSL color Cylindrical-coordinate representation of color #CE1029: hue angle of 352.11º degrees, saturation: 0.86, 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 #CE1029 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 41 -
CMYK 0 0.92 0.80 0.19
HSL 352.11º 0.86% 0.44% -
HSV(B) 352.11º 0.92% 0.81% -
XYZ 26.04 13.65 3.36 -
YUV 75.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 206 16 41 0 0.92 0.80 0.19 352.11 0.86 0.44
Hex CE 10 29 0 5C 50 13 160 56 2C
Octal 316 20 51 0 134 120 23 540 126 54
Binary 11001110 10000 101001 0 1011100 1010000 10011 101100000 1010110 101100

Color Harmonies of #CE1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1029

Black with #CE1029

Text Example


Text Example

White with #CE1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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