Html Css Color HEX #CE0528 Fire Engine Red

📋 copy color: '#CE0528'

red 206 ◦ green 5 ◦ blue 40

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

Shades of Fire Engine Red #CE0528

Tints of Fire Engine Red #CE0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 82.07%
G = 1.99%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0528 (or 0xCE0528) is known color: Fire Engine Red. HEX triplet: CE, 05 and 28. RGB value is (206,5,40). Sum of RGB (Red+Green+Blue) = 206+5+40=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0528 is #31FAD7. Grayscale: #454545. Windows color (decimal): -3275480 or 2622926. OLE color: 2622926.

HSL color Cylindrical-coordinate representation of color #CE0528: hue angle of 349.55º 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 #CE0528 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 40 -
CMYK 0 0.98 0.81 0.19
HSL 349.55º 0.95% 0.41% -
HSV(B) 349.55º 0.98% 0.81% -
XYZ 25.89 13.38 3.23 -
YUV 69.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 206 5 40 0 0.98 0.81 0.19 349.55 0.95 0.41
Hex CE 5 28 0 62 51 13 15E 5F 29
Octal 316 5 50 0 142 121 23 536 137 51
Binary 11001110 101 101000 0 1100010 1010001 10011 101011110 1011111 101001

Color Harmonies of #CE0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0528

Black with #CE0528

Text Example


Text Example

White with #CE0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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