Html Css Color HEX #E05033 Cinnabar

📋 copy color: '#E05033'

red 224 ◦ green 80 ◦ blue 51

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

Shades of Cinnabar #E05033

Tints of Cinnabar #E05033

RGB

 RED value IS 224 (87.89% from 255) = 63.1%

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 63.1%
G = 22.54%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E05033 (or 0xE05033) is known color: Cinnabar. HEX triplet: E0, 50 and 33. RGB value is (224,80,51). Sum of RGB (Red+Green+Blue) = 224+80+51=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E05033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05033 is #1FAFCC. Grayscale: #787878. Windows color (decimal): -2076621 or 3363040. OLE color: 3363040.

HSL color Cylindrical-coordinate representation of color #E05033: hue angle of 10.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E05033 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 51 -
CMYK 0 0.64 0.77 0.12
HSL 10.06º 0.74% 0.54% -
HSV(B) 10.06º 0.77% 0.88% -
XYZ 34.21 21.82 5.54 -
YUV 119.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 224 80 51 0 0.64 0.77 0.12 10.06 0.74 0.54
Hex E0 50 33 0 40 4D C A 4A 36
Octal 340 120 63 0 100 115 14 12 112 66
Binary 11100000 1010000 110011 0 1000000 1001101 1100 1010 1001010 110110

Color Harmonies of #E05033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05033

Black with #E05033

Text Example


Text Example

White with #E05033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05033; }

 p { color: rgb(224,80,51); }

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

background-color css

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

 a { background-color: rgb(224,80,51); }

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

border-color css

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

 span { border-color: rgb(224,80,51); }

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