Html Css Color HEX #E13228 Cinnabar

📋 copy color: '#E13228'

red 225 ◦ green 50 ◦ blue 40

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

Shades of Cinnabar #E13228

Tints of Cinnabar #E13228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 71.43%
G = 15.87%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E13228 (or 0xE13228) is known color: Cinnabar. HEX triplet: E1, 32 and 28. RGB value is (225,50,40). Sum of RGB (Red+Green+Blue) = 225+50+40=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E13228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13228 is #1ECDD7. Grayscale: #656565. Windows color (decimal): -2018776 or 2634465. OLE color: 2634465.

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

Color convert

RGB 225 50 40 -
CMYK 0 0.78 0.82 0.12
HSL 3.24º 0.76% 0.52% -
HSV(B) 3.24º 0.82% 0.88% -
XYZ 32.57 18.44 3.85 -
YUV 101.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 225 50 40 0 0.78 0.82 0.12 3.24 0.76 0.52
Hex E1 32 28 0 4E 52 C 3 4C 34
Octal 341 62 50 0 116 122 14 3 114 64
Binary 11100001 110010 101000 0 1001110 1010010 1100 11 1001100 110100

Color Harmonies of #E13228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13228

Black with #E13228

Text Example


Text Example

White with #E13228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13228; }

 p { color: rgb(225,50,40); }

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

background-color css

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

 a { background-color: rgb(225,50,40); }

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

border-color css

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

 span { border-color: rgb(225,50,40); }

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