Html Css Color HEX #E44D1E Cinnabar

📋 copy color: '#E44D1E'

red 228 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #E44D1E

Tints of Cinnabar #E44D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 68.06%
G = 22.99%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E44D1E (or 0xE44D1E) is known color: Cinnabar. HEX triplet: E4, 4D and 1E. RGB value is (228,77,30). Sum of RGB (Red+Green+Blue) = 228+77+30=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D1E is #1BB2E1. Grayscale: #757575. Windows color (decimal): -1815266 or 1986020. OLE color: 1986020.

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

Color convert

RGB 228 77 30 -
CMYK 0 0.66 0.87 0.11
HSL 14.24º 0.79% 0.51% -
HSV(B) 14.24º 0.87% 0.89% -
XYZ 34.88 21.9 3.62 -
YUV 116.79 79.03 207.32 -
System Red Green Blue C M Y K H S L
Decimal 228 77 30 0 0.66 0.87 0.11 14.24 0.79 0.51
Hex E4 4D 1E 0 42 57 B E 4F 33
Octal 344 115 36 0 102 127 13 16 117 63
Binary 11100100 1001101 11110 0 1000010 1010111 1011 1110 1001111 110011

Color Harmonies of #E44D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44D1E

Black with #E44D1E

Text Example


Text Example

White with #E44D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44D1E; }

 p { color: rgb(228,77,30); }

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

background-color css

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

 a { background-color: rgb(228,77,30); }

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

border-color css

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

 span { border-color: rgb(228,77,30); }

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