Html Css Color HEX #EA3402 Scarlet

📋 copy color: '#EA3402'

red 234 ◦ green 52 ◦ blue 2

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

Shades of Scarlet #EA3402

Tints of Scarlet #EA3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 81.25%
G = 18.06%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA3402 (or 0xEA3402) is known color: Scarlet. HEX triplet: EA, 34 and 02. RGB value is (234,52,2). Sum of RGB (Red+Green+Blue) = 234+52+2=288 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.25% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3402 is #15CBFD. Grayscale: #656565. Windows color (decimal): -1428478 or 144618. OLE color: 144618.

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

Color convert

RGB 234 52 2 -
CMYK 0 0.78 0.99 0.08
HSL 12.93º 0.98% 0.46% -
HSV(B) 12.93º 0.99% 0.92% -
XYZ 35.17 19.95 2.06 -
YUV 100.72 72.3 223.07 -
System Red Green Blue C M Y K H S L
Decimal 234 52 2 0 0.78 0.99 0.08 12.93 0.98 0.46
Hex EA 34 2 0 4E 63 8 D 62 2E
Octal 352 64 2 0 116 143 10 15 142 56
Binary 11101010 110100 10 0 1001110 1100011 1000 1101 1100010 101110

Color Harmonies of #EA3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3402

Black with #EA3402

Text Example


Text Example

White with #EA3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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