Html Css Color HEX #E44D1F Cinnabar

📋 copy color: '#E44D1F'

red 228 ◦ green 77 ◦ blue 31

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

Shades of Cinnabar #E44D1F

Tints of Cinnabar #E44D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 67.86%
G = 22.92%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E44D1F (or 0xE44D1F) is known color: Cinnabar. HEX triplet: E4, 4D and 1F. RGB value is (228,77,31). Sum of RGB (Red+Green+Blue) = 228+77+31=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D1F is #1BB2E0. Grayscale: #757575. Windows color (decimal): -1815265 or 2051556. OLE color: 2051556.

HSL color Cylindrical-coordinate representation of color #E44D1F: hue angle of 14.01º 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 #E44D1F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 77 31 -
CMYK 0 0.66 0.86 0.11
HSL 14.01º 0.78% 0.51% -
HSV(B) 14.01º 0.86% 0.89% -
XYZ 34.9 21.9 3.68 -
YUV 116.91 79.53 207.24 -
System Red Green Blue C M Y K H S L
Decimal 228 77 31 0 0.66 0.86 0.11 14.01 0.78 0.51
Hex E4 4D 1F 0 42 56 B E 4E 33
Octal 344 115 37 0 102 126 13 16 116 63
Binary 11100100 1001101 11111 0 1000010 1010110 1011 1110 1001110 110011

Color Harmonies of #E44D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44D1F

Black with #E44D1F

Text Example


Text Example

White with #E44D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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