Html Css Color HEX #E12F2D Cinnabar

📋 copy color: '#E12F2D'

red 225 ◦ green 47 ◦ blue 45

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

Shades of Cinnabar #E12F2D

Tints of Cinnabar #E12F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 70.98%
G = 14.83%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E12F2D (or 0xE12F2D) is known color: Cinnabar. HEX triplet: E1, 2F and 2D. RGB value is (225,47,45). Sum of RGB (Red+Green+Blue) = 225+47+45=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F2D is #1ED0D2. Grayscale: #646464. Windows color (decimal): -2019539 or 2961377. OLE color: 2961377.

HSL color Cylindrical-coordinate representation of color #E12F2D: hue angle of 0.67º degrees, saturation: 0.75, 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 #E12F2D is Cyan = 0, Magento = 0.79, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 47 45 -
CMYK 0 0.79 0.8 0.12
HSL 0.67º 0.75% 0.53% -
HSV(B) 0.67º 0.8% 0.88% -
XYZ 32.54 18.23 4.29 -
YUV 99.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 225 47 45 0 0.79 0.8 0.12 0.67 0.75 0.53
Hex E1 2F 2D 0 4F 50 C 1 4B 35
Octal 341 57 55 0 117 120 14 1 113 65
Binary 11100001 101111 101101 0 1001111 1010000 1100 1 1001011 110101

Color Harmonies of #E12F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F2D

Black with #E12F2D

Text Example


Text Example

White with #E12F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F2D; }

 p { color: rgb(225,47,45); }

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

background-color css

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

 a { background-color: rgb(225,47,45); }

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

border-color css

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

 span { border-color: rgb(225,47,45); }

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