Html Css Color HEX #E05038 Cinnabar

📋 copy color: '#E05038'

red 224 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #E05038

Tints of Cinnabar #E05038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.56%

R = 62.22%
G = 22.22%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E05038 (or 0xE05038) is known color: Cinnabar. HEX triplet: E0, 50 and 38. RGB value is (224,80,56). Sum of RGB (Red+Green+Blue) = 224+80+56=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E05038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05038 is #1FAFC7. Grayscale: #787878. Windows color (decimal): -2076616 or 3690720. OLE color: 3690720.

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

Color convert

RGB 224 80 56 -
CMYK 0 0.64 0.75 0.12
HSL 8.57º 0.73% 0.55% -
HSV(B) 8.57º 0.75% 0.88% -
XYZ 34.32 21.87 6.15 -
YUV 120.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 224 80 56 0 0.64 0.75 0.12 8.57 0.73 0.55
Hex E0 50 38 0 40 4B C 9 49 37
Octal 340 120 70 0 100 113 14 11 111 67
Binary 11100000 1010000 111000 0 1000000 1001011 1100 1001 1001001 110111

Color Harmonies of #E05038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05038

Black with #E05038

Text Example


Text Example

White with #E05038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05038; }

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

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

background-color css

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

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

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

border-color css

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

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

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