Html Css Color HEX #E12F2B Cinnabar

📋 copy color: '#E12F2B'

red 225 ◦ green 47 ◦ blue 43

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

Shades of Cinnabar #E12F2B

Tints of Cinnabar #E12F2B

RGB

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

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

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

R = 71.43%
G = 14.92%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E12F2B (or 0xE12F2B) is known color: Cinnabar. HEX triplet: E1, 2F and 2B. RGB value is (225,47,43). Sum of RGB (Red+Green+Blue) = 225+47+43=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F2B is #1ED0D4. Grayscale: #636363. Windows color (decimal): -2019541 or 2830305. OLE color: 2830305.

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

Color convert

RGB 225 47 43 -
CMYK 0 0.79 0.81 0.12
HSL 1.32º 0.75% 0.53% -
HSV(B) 1.32º 0.81% 0.88% -
XYZ 32.5 18.22 4.09 -
YUV 99.77 95.97 217.33 -
System Red Green Blue C M Y K H S L
Decimal 225 47 43 0 0.79 0.81 0.12 1.32 0.75 0.53
Hex E1 2F 2B 0 4F 51 C 1 4B 35
Octal 341 57 53 0 117 121 14 1 113 65
Binary 11100001 101111 101011 0 1001111 1010001 1100 1 1001011 110101

Color Harmonies of #E12F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F2B

Black with #E12F2B

Text Example


Text Example

White with #E12F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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