Html Css Color HEX #E5250D Scarlet

📋 copy color: '#E5250D'

red 229 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #E5250D

Tints of Scarlet #E5250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 82.08%
G = 13.26%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5250D (or 0xE5250D) is known color: Scarlet. HEX triplet: E5, 25 and 0D. RGB value is (229,37,13). Sum of RGB (Red+Green+Blue) = 229+37+13=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5250D is #1ADAF2. Grayscale: #5B5B5B. Windows color (decimal): -1759987 or 861669. OLE color: 861669.

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

Color convert

RGB 229 37 13 -
CMYK 0 0.84 0.94 0.10
HSL 6.67º 0.89% 0.47% -
HSV(B) 6.67º 0.94% 0.9% -
XYZ 33.05 18.01 2.12 -
YUV 91.67 83.61 225.95 -
System Red Green Blue C M Y K H S L
Decimal 229 37 13 0 0.84 0.94 0.10 6.67 0.89 0.47
Hex E5 25 D 0 54 5E A 7 59 2F
Octal 345 45 15 0 124 136 12 7 131 57
Binary 11100101 100101 1101 0 1010100 1011110 1010 111 1011001 101111

Color Harmonies of #E5250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5250D

Black with #E5250D

Text Example


Text Example

White with #E5250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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