Html Css Color HEX #EA3300 Scarlet

📋 copy color: '#EA3300'

red 234 ◦ green 51 ◦ blue 0

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

Shades of Scarlet #EA3300

Tints of Scarlet #EA3300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 82.11%
G = 17.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA3300 (or 0xEA3300) is known color: Scarlet. HEX triplet: EA, 33 and 00. RGB value is (234,51,0). Sum of RGB (Red+Green+Blue) = 234+51+0=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3300 is #15CCFF. Grayscale: #646464. Windows color (decimal): -1428736 or 13290. OLE color: 13290.

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

Color convert

RGB 234 51 0 -
CMYK 0 0.78 1 0.08
HSL 13.08º 1% 0.46% -
HSV(B) 13.08º 1% 0.92% -
XYZ 35.12 19.86 1.98 -
YUV 99.9 71.63 223.65 -
System Red Green Blue C M Y K H S L
Decimal 234 51 0 0 0.78 1 0.08 13.08 1 0.46
Hex EA 33 0 0 4E 64 8 D 64 2E
Octal 352 63 0 0 116 144 10 15 144 56
Binary 11101010 110011 0 0 1001110 1100100 1000 1101 1100100 101110

Color Harmonies of #EA3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3300

Black with #EA3300

Text Example


Text Example

White with #EA3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3300; }

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

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

background-color css

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

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

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

border-color css

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

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

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