Html Css Color HEX #E53125 Cinnabar

📋 copy color: '#E53125'

red 229 ◦ green 49 ◦ blue 37

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

Shades of Cinnabar #E53125

Tints of Cinnabar #E53125

RGB

 RED value IS 229 (89.84% from 255) = 72.7%

 GREEN value IS 49 (19.53% from 255) = 15.56%

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

R = 72.7%
G = 15.56%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E53125 (or 0xE53125) is known color: Cinnabar. HEX triplet: E5, 31 and 25. RGB value is (229,49,37). Sum of RGB (Red+Green+Blue) = 229+49+37=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E53125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53125 is #1ACEDA. Grayscale: #656565. Windows color (decimal): -1756891 or 2437605. OLE color: 2437605.

HSL color Cylindrical-coordinate representation of color #E53125: hue angle of 3.75º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E53125 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 37 -
CMYK 0 0.79 0.84 0.10
HSL 3.75º 0.79% 0.52% -
HSV(B) 3.75º 0.84% 0.9% -
XYZ 33.75 18.99 3.64 -
YUV 101.45 91.63 218.98 -
System Red Green Blue C M Y K H S L
Decimal 229 49 37 0 0.79 0.84 0.10 3.75 0.79 0.52
Hex E5 31 25 0 4F 54 A 4 4F 34
Octal 345 61 45 0 117 124 12 4 117 64
Binary 11100101 110001 100101 0 1001111 1010100 1010 100 1001111 110100

Color Harmonies of #E53125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53125

Black with #E53125

Text Example


Text Example

White with #E53125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53125; }

 p { color: rgb(229,49,37); }

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

background-color css

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

 a { background-color: rgb(229,49,37); }

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

border-color css

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

 span { border-color: rgb(229,49,37); }

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