Html Css Color HEX #E0413E Cinnabar

📋 copy color: '#E0413E'

red 224 ◦ green 65 ◦ blue 62

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

Shades of Cinnabar #E0413E

Tints of Cinnabar #E0413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 63.82%
G = 18.52%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0413E (or 0xE0413E) is known color: Cinnabar. HEX triplet: E0, 41 and 3E. RGB value is (224,65,62). Sum of RGB (Red+Green+Blue) = 224+65+62=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0413E is #1FBEC1. Grayscale: #707070. Windows color (decimal): -2080450 or 4080096. OLE color: 4080096.

HSL color Cylindrical-coordinate representation of color #E0413E: hue angle of 1.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0413E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 62 -
CMYK 0 0.71 0.72 0.12
HSL 1.11º 0.72% 0.56% -
HSV(B) 1.11º 0.72% 0.88% -
XYZ 33.5 19.98 6.65 -
YUV 112.2 99.68 207.74 -
System Red Green Blue C M Y K H S L
Decimal 224 65 62 0 0.71 0.72 0.12 1.11 0.72 0.56
Hex E0 41 3E 0 47 48 C 1 48 38
Octal 340 101 76 0 107 110 14 1 110 70
Binary 11100000 1000001 111110 0 1000111 1001000 1100 1 1001000 111000

Color Harmonies of #E0413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0413E

Black with #E0413E

Text Example


Text Example

White with #E0413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0413E; }

 p { color: rgb(224,65,62); }

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

background-color css

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

 a { background-color: rgb(224,65,62); }

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

border-color css

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

 span { border-color: rgb(224,65,62); }

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