Html Css Color HEX #E12D25 Cinnabar

📋 copy color: '#E12D25'

red 225 ◦ green 45 ◦ blue 37

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

Shades of Cinnabar #E12D25

Tints of Cinnabar #E12D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 37 (14.84% from 255) = 12.05%

R = 73.29%
G = 14.66%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E12D25 (or 0xE12D25) is known color: Cinnabar. HEX triplet: E1, 2D and 25. RGB value is (225,45,37). Sum of RGB (Red+Green+Blue) = 225+45+37=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D25 is #1ED2DA. Grayscale: #626262. Windows color (decimal): -2020059 or 2436577. OLE color: 2436577.

HSL color Cylindrical-coordinate representation of color #E12D25: hue angle of 2.55º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12D25 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 45 37 -
CMYK 0 0.8 0.84 0.12
HSL 2.55º 0.76% 0.51% -
HSV(B) 2.55º 0.84% 0.88% -
XYZ 32.32 18.02 3.52 -
YUV 97.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 225 45 37 0 0.8 0.84 0.12 2.55 0.76 0.51
Hex E1 2D 25 0 50 54 C 3 4C 33
Octal 341 55 45 0 120 124 14 3 114 63
Binary 11100001 101101 100101 0 1010000 1010100 1100 11 1001100 110011

Color Harmonies of #E12D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D25

Black with #E12D25

Text Example


Text Example

White with #E12D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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