Html Css Color HEX #E12D26 Cinnabar

📋 copy color: '#E12D26'

red 225 ◦ green 45 ◦ blue 38

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

Shades of Cinnabar #E12D26

Tints of Cinnabar #E12D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 73.05%
G = 14.61%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E12D26 (or 0xE12D26) is known color: Cinnabar. HEX triplet: E1, 2D and 26. RGB value is (225,45,38). Sum of RGB (Red+Green+Blue) = 225+45+38=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D26 is #1ED2D9. Grayscale: #626262. Windows color (decimal): -2020058 or 2502113. OLE color: 2502113.

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

Color convert

RGB 225 45 38 -
CMYK 0 0.8 0.83 0.12
HSL 2.25º 0.76% 0.52% -
HSV(B) 2.25º 0.83% 0.88% -
XYZ 32.34 18.02 3.61 -
YUV 98.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 225 45 38 0 0.8 0.83 0.12 2.25 0.76 0.52
Hex E1 2D 26 0 50 53 C 2 4C 34
Octal 341 55 46 0 120 123 14 2 114 64
Binary 11100001 101101 100110 0 1010000 1010011 1100 10 1001100 110100

Color Harmonies of #E12D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D26

Black with #E12D26

Text Example


Text Example

White with #E12D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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