Html Css Color HEX #CE0529 Fire Engine Red

📋 copy color: '#CE0529'

red 206 ◦ green 5 ◦ blue 41

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

Shades of Fire Engine Red #CE0529

Tints of Fire Engine Red #CE0529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 81.75%
G = 1.98%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE0529 (or 0xCE0529) is known color: Fire Engine Red. HEX triplet: CE, 05 and 29. RGB value is (206,5,41). Sum of RGB (Red+Green+Blue) = 206+5+41=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0529 is #31FAD6. Grayscale: #454545. Windows color (decimal): -3275479 or 2688462. OLE color: 2688462.

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

Color convert

RGB 206 5 41 -
CMYK 0 0.98 0.80 0.19
HSL 349.25º 0.95% 0.41% -
HSV(B) 349.25º 0.98% 0.81% -
XYZ 25.91 13.39 3.32 -
YUV 69.2 112.09 225.57 -
System Red Green Blue C M Y K H S L
Decimal 206 5 41 0 0.98 0.80 0.19 349.25 0.95 0.41
Hex CE 5 29 0 62 50 13 15D 5F 29
Octal 316 5 51 0 142 120 23 535 137 51
Binary 11001110 101 101001 0 1100010 1010000 10011 101011101 1011111 101001

Color Harmonies of #CE0529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0529

Black with #CE0529

Text Example


Text Example

White with #CE0529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0529; }

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

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

background-color css

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

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

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

border-color css

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

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

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