Html Css Color HEX #E0412D Cinnabar

📋 copy color: '#E0412D'

red 224 ◦ green 65 ◦ blue 45

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

Shades of Cinnabar #E0412D

Tints of Cinnabar #E0412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 67.07%
G = 19.46%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0412D (or 0xE0412D) is known color: Cinnabar. HEX triplet: E0, 41 and 2D. RGB value is (224,65,45). Sum of RGB (Red+Green+Blue) = 224+65+45=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0412D is #1FBED2. Grayscale: #6E6E6E. Windows color (decimal): -2080467 or 2965984. OLE color: 2965984.

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

Color convert

RGB 224 65 45 -
CMYK 0 0.71 0.80 0.12
HSL 6.7º 0.74% 0.53% -
HSV(B) 6.7º 0.8% 0.88% -
XYZ 33.1 19.82 4.56 -
YUV 110.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 224 65 45 0 0.71 0.80 0.12 6.7 0.74 0.53
Hex E0 41 2D 0 47 50 C 7 4A 35
Octal 340 101 55 0 107 120 14 7 112 65
Binary 11100000 1000001 101101 0 1000111 1010000 1100 111 1001010 110101

Color Harmonies of #E0412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0412D

Black with #E0412D

Text Example


Text Example

White with #E0412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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