Html Css Color HEX #E0512B Cinnabar

📋 copy color: '#E0512B'

red 224 ◦ green 81 ◦ blue 43

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

Shades of Cinnabar #E0512B

Tints of Cinnabar #E0512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 64.37%
G = 23.28%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0512B (or 0xE0512B) is known color: Cinnabar. HEX triplet: E0, 51 and 2B. RGB value is (224,81,43). Sum of RGB (Red+Green+Blue) = 224+81+43=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0512B is #1FAED4. Grayscale: #777777. Windows color (decimal): -2076373 or 2839008. OLE color: 2839008.

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

Color convert

RGB 224 81 43 -
CMYK 0 0.64 0.81 0.12
HSL 12.6º 0.74% 0.52% -
HSV(B) 12.6º 0.81% 0.88% -
XYZ 34.12 21.91 4.72 -
YUV 119.43 84.88 202.59 -
System Red Green Blue C M Y K H S L
Decimal 224 81 43 0 0.64 0.81 0.12 12.6 0.74 0.52
Hex E0 51 2B 0 40 51 C D 4A 34
Octal 340 121 53 0 100 121 14 15 112 64
Binary 11100000 1010001 101011 0 1000000 1010001 1100 1101 1001010 110100

Color Harmonies of #E0512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0512B

Black with #E0512B

Text Example


Text Example

White with #E0512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0512B; }

 p { color: rgb(224,81,43); }

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

background-color css

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

 a { background-color: rgb(224,81,43); }

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

border-color css

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

 span { border-color: rgb(224,81,43); }

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