Html Css Color HEX #E0412A Cinnabar

📋 copy color: '#E0412A'

red 224 ◦ green 65 ◦ blue 42

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

Shades of Cinnabar #E0412A

Tints of Cinnabar #E0412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 67.67%
G = 19.64%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0412A (or 0xE0412A) is known color: Cinnabar. HEX triplet: E0, 41 and 2A. RGB value is (224,65,42). Sum of RGB (Red+Green+Blue) = 224+65+42=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E0412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0412A is #1FBED5. Grayscale: #6E6E6E. Windows color (decimal): -2080470 or 2769376. OLE color: 2769376.

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

Color convert

RGB 224 65 42 -
CMYK 0 0.71 0.81 0.12
HSL 7.58º 0.75% 0.52% -
HSV(B) 7.58º 0.81% 0.88% -
XYZ 33.05 19.8 4.27 -
YUV 109.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 224 65 42 0 0.71 0.81 0.12 7.58 0.75 0.52
Hex E0 41 2A 0 47 51 C 8 4B 34
Octal 340 101 52 0 107 121 14 10 113 64
Binary 11100000 1000001 101010 0 1000111 1010001 1100 1000 1001011 110100

Color Harmonies of #E0412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0412A

Black with #E0412A

Text Example


Text Example

White with #E0412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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