Html Css Color HEX #EA3002 Scarlet

📋 copy color: '#EA3002'

red 234 ◦ green 48 ◦ blue 2

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

Shades of Scarlet #EA3002

Tints of Scarlet #EA3002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 82.39%
G = 16.9%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA3002 (or 0xEA3002) is known color: Scarlet. HEX triplet: EA, 30 and 02. RGB value is (234,48,2). Sum of RGB (Red+Green+Blue) = 234+48+2=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3002 is #15CFFD. Grayscale: #626262. Windows color (decimal): -1429502 or 143594. OLE color: 143594.

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

Color convert

RGB 234 48 2 -
CMYK 0 0.79 0.99 0.08
HSL 11.9º 0.98% 0.46% -
HSV(B) 11.9º 0.99% 0.92% -
XYZ 35 19.61 2 -
YUV 98.37 73.62 224.74 -
System Red Green Blue C M Y K H S L
Decimal 234 48 2 0 0.79 0.99 0.08 11.9 0.98 0.46
Hex EA 30 2 0 4F 63 8 C 62 2E
Octal 352 60 2 0 117 143 10 14 142 56
Binary 11101010 110000 10 0 1001111 1100011 1000 1100 1100010 101110

Color Harmonies of #EA3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3002

Black with #EA3002

Text Example


Text Example

White with #EA3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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