Html Css Color HEX #E52D25 Cinnabar

📋 copy color: '#E52D25'

red 229 ◦ green 45 ◦ blue 37

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

Shades of Cinnabar #E52D25

Tints of Cinnabar #E52D25

RGB

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

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

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

R = 73.63%
G = 14.47%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E52D25 (or 0xE52D25) is known color: Cinnabar. HEX triplet: E5, 2D and 25. RGB value is (229,45,37). Sum of RGB (Red+Green+Blue) = 229+45+37=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D25 is #1AD2DA. Grayscale: #636363. Windows color (decimal): -1757915 or 2436581. OLE color: 2436581.

HSL color Cylindrical-coordinate representation of color #E52D25: hue angle of 2.5º 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 #E52D25 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 37 -
CMYK 0 0.80 0.84 0.10
HSL 2.5º 0.79% 0.52% -
HSV(B) 2.5º 0.84% 0.9% -
XYZ 33.59 18.67 3.58 -
YUV 99.1 92.96 220.65 -
System Red Green Blue C M Y K H S L
Decimal 229 45 37 0 0.80 0.84 0.10 2.5 0.79 0.52
Hex E5 2D 25 0 50 54 A 2 4F 34
Octal 345 55 45 0 120 124 12 2 117 64
Binary 11100101 101101 100101 0 1010000 1010100 1010 10 1001111 110100

Color Harmonies of #E52D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D25

Black with #E52D25

Text Example


Text Example

White with #E52D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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