Html Css Color HEX #CE1629 Fire Engine Red

📋 copy color: '#CE1629'

red 206 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #CE1629

Tints of Fire Engine Red #CE1629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 76.58%
G = 8.18%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE1629 (or 0xCE1629) is known color: Fire Engine Red. HEX triplet: CE, 16 and 29. RGB value is (206,22,41). Sum of RGB (Red+Green+Blue) = 206+22+41=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1629 is #31E9D6. Grayscale: #4F4F4F. Windows color (decimal): -3271127 or 2692814. OLE color: 2692814.

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

Color convert

RGB 206 22 41 -
CMYK 0 0.89 0.80 0.19
HSL 353.8º 0.81% 0.45% -
HSV(B) 353.8º 0.89% 0.81% -
XYZ 26.14 13.86 3.39 -
YUV 79.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 206 22 41 0 0.89 0.80 0.19 353.8 0.81 0.45
Hex CE 16 29 0 59 50 13 162 51 2D
Octal 316 26 51 0 131 120 23 542 121 55
Binary 11001110 10110 101001 0 1011001 1010000 10011 101100010 1010001 101101

Color Harmonies of #CE1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1629

Black with #CE1629

Text Example


Text Example

White with #CE1629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1629; }

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

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

background-color css

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

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

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

border-color css

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

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

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