Html Css Color HEX #E44032 Cinnabar

📋 copy color: '#E44032'

red 228 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #E44032

Tints of Cinnabar #E44032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 66.67%
G = 18.71%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E44032 (or 0xE44032) is known color: Cinnabar. HEX triplet: E4, 40 and 32. RGB value is (228,64,50). Sum of RGB (Red+Green+Blue) = 228+64+50=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E44032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44032 is #1BBFCD. Grayscale: #6F6F6F. Windows color (decimal): -1818574 or 3293412. OLE color: 3293412.

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

Color convert

RGB 228 64 50 -
CMYK 0 0.72 0.78 0.11
HSL 4.72º 0.77% 0.55% -
HSV(B) 4.72º 0.78% 0.89% -
XYZ 34.4 20.39 5.14 -
YUV 111.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 228 64 50 0 0.72 0.78 0.11 4.72 0.77 0.55
Hex E4 40 32 0 48 4E B 5 4D 37
Octal 344 100 62 0 110 116 13 5 115 67
Binary 11100100 1000000 110010 0 1001000 1001110 1011 101 1001101 110111

Color Harmonies of #E44032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44032

Black with #E44032

Text Example


Text Example

White with #E44032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44032; }

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

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

background-color css

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

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

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

border-color css

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

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

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