Html Css Color HEX #CE1329 Fire Engine Red

📋 copy color: '#CE1329'

red 206 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #CE1329

Tints of Fire Engine Red #CE1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 77.44%
G = 7.14%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE1329 (or 0xCE1329) is known color: Fire Engine Red. HEX triplet: CE, 13 and 29. RGB value is (206,19,41). Sum of RGB (Red+Green+Blue) = 206+19+41=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1329 is #31ECD6. Grayscale: #4D4D4D. Windows color (decimal): -3271895 or 2692046. OLE color: 2692046.

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

Color convert

RGB 206 19 41 -
CMYK 0 0.91 0.80 0.19
HSL 352.94º 0.83% 0.44% -
HSV(B) 352.94º 0.91% 0.81% -
XYZ 26.09 13.75 3.38 -
YUV 77.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 206 19 41 0 0.91 0.80 0.19 352.94 0.83 0.44
Hex CE 13 29 0 5B 50 13 161 53 2C
Octal 316 23 51 0 133 120 23 541 123 54
Binary 11001110 10011 101001 0 1011011 1010000 10011 101100001 1010011 101100

Color Harmonies of #CE1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1329

Black with #CE1329

Text Example


Text Example

White with #CE1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1329; }

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

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

background-color css

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

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

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

border-color css

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

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

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