Html Css Color HEX #EA3000 Scarlet

📋 copy color: '#EA3000'

red 234 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #EA3000

Tints of Scarlet #EA3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

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

R = 82.98%
G = 17.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA3000 (or 0xEA3000) is known color: Scarlet. HEX triplet: EA, 30 and 00. RGB value is (234,48,0). Sum of RGB (Red+Green+Blue) = 234+48+0=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3000 is #15CFFF. Grayscale: #626262. Windows color (decimal): -1429504 or 12522. OLE color: 12522.

HSL color Cylindrical-coordinate representation of color #EA3000: hue angle of 12.31º 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 #EA3000 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 0 -
CMYK 0 0.79 1 0.08
HSL 12.31º 1% 0.46% -
HSV(B) 12.31º 1% 0.92% -
XYZ 34.99 19.61 1.94 -
YUV 98.14 72.62 224.9 -
System Red Green Blue C M Y K H S L
Decimal 234 48 0 0 0.79 1 0.08 12.31 1 0.46
Hex EA 30 0 0 4F 64 8 C 64 2E
Octal 352 60 0 0 117 144 10 14 144 56
Binary 11101010 110000 0 0 1001111 1100100 1000 1100 1100100 101110

Color Harmonies of #EA3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3000

Black with #EA3000

Text Example


Text Example

White with #EA3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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