Html Css Color HEX #E52A0D Scarlet

📋 copy color: '#E52A0D'

red 229 ◦ green 42 ◦ blue 13

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

Shades of Scarlet #E52A0D

Tints of Scarlet #E52A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 80.63%
G = 14.79%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E52A0D (or 0xE52A0D) is known color: Scarlet. HEX triplet: E5, 2A and 0D. RGB value is (229,42,13). Sum of RGB (Red+Green+Blue) = 229+42+13=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52A0D is #1AD5F2. Grayscale: #5E5E5E. Windows color (decimal): -1758707 or 862949. OLE color: 862949.

HSL color Cylindrical-coordinate representation of color #E52A0D: hue angle of 8.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E52A0D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 42 13 -
CMYK 0 0.82 0.94 0.10
HSL 8.06º 0.89% 0.47% -
HSV(B) 8.06º 0.94% 0.9% -
XYZ 33.21 18.34 2.17 -
YUV 94.61 81.95 223.86 -
System Red Green Blue C M Y K H S L
Decimal 229 42 13 0 0.82 0.94 0.10 8.06 0.89 0.47
Hex E5 2A D 0 52 5E A 8 59 2F
Octal 345 52 15 0 122 136 12 10 131 57
Binary 11100101 101010 1101 0 1010010 1011110 1010 1000 1011001 101111

Color Harmonies of #E52A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A0D

Black with #E52A0D

Text Example


Text Example

White with #E52A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A0D; }

 p { color: rgb(229,42,13); }

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

background-color css

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

 a { background-color: rgb(229,42,13); }

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

border-color css

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

 span { border-color: rgb(229,42,13); }

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