Html Css Color HEX #E0462A Cinnabar

📋 copy color: '#E0462A'

red 224 ◦ green 70 ◦ blue 42

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

Shades of Cinnabar #E0462A

Tints of Cinnabar #E0462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 66.67%
G = 20.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0462A (or 0xE0462A) is known color: Cinnabar. HEX triplet: E0, 46 and 2A. RGB value is (224,70,42). Sum of RGB (Red+Green+Blue) = 224+70+42=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0462A is #1FB9D5. Grayscale: #717171. Windows color (decimal): -2079190 or 2770656. OLE color: 2770656.

HSL color Cylindrical-coordinate representation of color #E0462A: hue angle of 9.23º 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 #E0462A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 70 42 -
CMYK 0 0.69 0.81 0.12
HSL 9.23º 0.75% 0.52% -
HSV(B) 9.23º 0.81% 0.88% -
XYZ 33.35 20.39 4.37 -
YUV 112.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 224 70 42 0 0.69 0.81 0.12 9.23 0.75 0.52
Hex E0 46 2A 0 45 51 C 9 4B 34
Octal 340 106 52 0 105 121 14 11 113 64
Binary 11100000 1000110 101010 0 1000101 1010001 1100 1001 1001011 110100

Color Harmonies of #E0462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0462A

Black with #E0462A

Text Example


Text Example

White with #E0462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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