Html Css Color HEX #E5250C Scarlet

📋 copy color: '#E5250C'

red 229 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #E5250C

Tints of Scarlet #E5250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.32%

R = 82.37%
G = 13.31%
B = 4.32%

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

#E5250C (or 0xE5250C) is known color: Scarlet. HEX triplet: E5, 25 and 0C. RGB value is (229,37,12). Sum of RGB (Red+Green+Blue) = 229+37+12=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5250C is #1ADAF3. Grayscale: #5B5B5B. Windows color (decimal): -1759988 or 796133. OLE color: 796133.

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

Color convert

RGB 229 37 12 -
CMYK 0 0.84 0.95 0.10
HSL 6.91º 0.9% 0.47% -
HSV(B) 6.91º 0.95% 0.9% -
XYZ 33.04 18.01 2.08 -
YUV 91.56 83.11 226.03 -
System Red Green Blue C M Y K H S L
Decimal 229 37 12 0 0.84 0.95 0.10 6.91 0.9 0.47
Hex E5 25 C 0 54 5F A 7 5A 2F
Octal 345 45 14 0 124 137 12 7 132 57
Binary 11100101 100101 1100 0 1010100 1011111 1010 111 1011010 101111

Color Harmonies of #E5250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5250C

Black with #E5250C

Text Example


Text Example

White with #E5250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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