Html Css Color HEX #E0381E Cinnabar

📋 copy color: '#E0381E'

red 224 ◦ green 56 ◦ blue 30

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

Shades of Cinnabar #E0381E

Tints of Cinnabar #E0381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

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

R = 72.26%
G = 18.06%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0381E (or 0xE0381E) is known color: Cinnabar. HEX triplet: E0, 38 and 1E. RGB value is (224,56,30). Sum of RGB (Red+Green+Blue) = 224+56+30=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E0381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0381E is #1FC7E1. Grayscale: #676767. Windows color (decimal): -2082786 or 1980640. OLE color: 1980640.

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

Color convert

RGB 224 56 30 -
CMYK 0 0.75 0.87 0.12
HSL 8.04º 0.76% 0.5% -
HSV(B) 8.04º 0.87% 0.88% -
XYZ 32.39 18.77 3.14 -
YUV 103.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 224 56 30 0 0.75 0.87 0.12 8.04 0.76 0.5
Hex E0 38 1E 0 4B 57 C 8 4C 32
Octal 340 70 36 0 113 127 14 10 114 62
Binary 11100000 111000 11110 0 1001011 1010111 1100 1000 1001100 110010

Color Harmonies of #E0381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0381E

Black with #E0381E

Text Example


Text Example

White with #E0381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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