Html Css Color HEX #E1512A Cinnabar

📋 copy color: '#E1512A'

red 225 ◦ green 81 ◦ blue 42

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

Shades of Cinnabar #E1512A

Tints of Cinnabar #E1512A

RGB

 RED value IS 225 (88.28% from 255) = 64.66%

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

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

R = 64.66%
G = 23.28%
B = 12.07%

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

#E1512A (or 0xE1512A) is known color: Cinnabar. HEX triplet: E1, 51 and 2A. RGB value is (225,81,42). Sum of RGB (Red+Green+Blue) = 225+81+42=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1512A is #1EAED5. Grayscale: #777777. Windows color (decimal): -2010838 or 2773473. OLE color: 2773473.

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

Color convert

RGB 225 81 42 -
CMYK 0 0.64 0.81 0.12
HSL 12.79º 0.75% 0.52% -
HSV(B) 12.79º 0.81% 0.88% -
XYZ 34.41 22.06 4.63 -
YUV 119.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 225 81 42 0 0.64 0.81 0.12 12.79 0.75 0.52
Hex E1 51 2A 0 40 51 C D 4B 34
Octal 341 121 52 0 100 121 14 15 113 64
Binary 11100001 1010001 101010 0 1000000 1010001 1100 1101 1001011 110100

Color Harmonies of #E1512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1512A

Black with #E1512A

Text Example


Text Example

White with #E1512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1512A; }

 p { color: rgb(225,81,42); }

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

background-color css

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

 a { background-color: rgb(225,81,42); }

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

border-color css

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

 span { border-color: rgb(225,81,42); }

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