Html Css Color HEX #EA2500 Scarlet

📋 copy color: '#EA2500'

red 234 ◦ green 37 ◦ blue 0

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

Shades of Scarlet #EA2500

Tints of Scarlet #EA2500

RGB

 RED value IS 234 (91.8% from 255) = 86.35%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.35%
G = 13.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA2500 (or 0xEA2500) is known color: Scarlet. HEX triplet: EA, 25 and 00. RGB value is (234,37,0). Sum of RGB (Red+Green+Blue) = 234+37+0=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2500 is #15DAFF. Grayscale: #5C5C5C. Windows color (decimal): -1432320 or 9706. OLE color: 9706.

HSL color Cylindrical-coordinate representation of color #EA2500: hue angle of 9.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA2500 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 0 -
CMYK 0 0.84 1 0.08
HSL 9.49º 1% 0.46% -
HSV(B) 9.49º 1% 0.92% -
XYZ 34.59 18.82 1.81 -
YUV 91.69 76.27 229.51 -
System Red Green Blue C M Y K H S L
Decimal 234 37 0 0 0.84 1 0.08 9.49 1 0.46
Hex EA 25 0 0 54 64 8 9 64 2E
Octal 352 45 0 0 124 144 10 11 144 56
Binary 11101010 100101 0 0 1010100 1100100 1000 1001 1100100 101110

Color Harmonies of #EA2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2500

Black with #EA2500

Text Example


Text Example

White with #EA2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2500; }

 p { color: rgb(234,37,0); }

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

background-color css

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

 a { background-color: rgb(234,37,0); }

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

border-color css

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

 span { border-color: rgb(234,37,0); }

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