Html Css Color HEX #E44020 Cinnabar

📋 copy color: '#E44020'

red 228 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #E44020

Tints of Cinnabar #E44020

RGB

 RED value IS 228 (89.45% from 255) = 70.37%

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 70.37%
G = 19.75%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E44020 (or 0xE44020) is known color: Cinnabar. HEX triplet: E4, 40 and 20. RGB value is (228,64,32). Sum of RGB (Red+Green+Blue) = 228+64+32=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E44020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44020 is #1BBFDF. Grayscale: #6D6D6D. Windows color (decimal): -1818592 or 2113764. OLE color: 2113764.

HSL color Cylindrical-coordinate representation of color #E44020: hue angle of 9.8º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E44020 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 32 -
CMYK 0 0.72 0.86 0.11
HSL 9.8º 0.78% 0.51% -
HSV(B) 9.8º 0.86% 0.89% -
XYZ 34.09 20.27 3.48 -
YUV 109.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 228 64 32 0 0.72 0.86 0.11 9.8 0.78 0.51
Hex E4 40 20 0 48 56 B A 4E 33
Octal 344 100 40 0 110 126 13 12 116 63
Binary 11100100 1000000 100000 0 1001000 1010110 1011 1010 1001110 110011

Color Harmonies of #E44020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44020

Black with #E44020

Text Example


Text Example

White with #E44020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44020; }

 p { color: rgb(228,64,32); }

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

background-color css

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

 a { background-color: rgb(228,64,32); }

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

border-color css

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

 span { border-color: rgb(228,64,32); }

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