Html Css Color HEX #E5250B Scarlet

📋 copy color: '#E5250B'

red 229 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #E5250B

Tints of Scarlet #E5250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 82.67%
G = 13.36%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5250B (or 0xE5250B) is known color: Scarlet. HEX triplet: E5, 25 and 0B. RGB value is (229,37,11). Sum of RGB (Red+Green+Blue) = 229+37+11=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5250B is #1ADAF4. Grayscale: #5B5B5B. Windows color (decimal): -1759989 or 730597. OLE color: 730597.

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

Color convert

RGB 229 37 11 -
CMYK 0 0.84 0.95 0.10
HSL 7.16º 0.91% 0.47% -
HSV(B) 7.16º 0.95% 0.9% -
XYZ 33.04 18.01 2.05 -
YUV 91.44 82.61 226.11 -
System Red Green Blue C M Y K H S L
Decimal 229 37 11 0 0.84 0.95 0.10 7.16 0.91 0.47
Hex E5 25 B 0 54 5F A 7 5B 2F
Octal 345 45 13 0 124 137 12 7 133 57
Binary 11100101 100101 1011 0 1010100 1011111 1010 111 1011011 101111

Color Harmonies of #E5250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5250B

Black with #E5250B

Text Example


Text Example

White with #E5250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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