Html Css Color HEX #EA300E Scarlet

📋 copy color: '#EA300E'

red 234 ◦ green 48 ◦ blue 14

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

Shades of Scarlet #EA300E

Tints of Scarlet #EA300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 79.05%
G = 16.22%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA300E (or 0xEA300E) is known color: Scarlet. HEX triplet: EA, 30 and 0E. RGB value is (234,48,14). Sum of RGB (Red+Green+Blue) = 234+48+14=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA300E is #15CFF1. Grayscale: #646464. Windows color (decimal): -1429490 or 930026. OLE color: 930026.

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

Color convert

RGB 234 48 14 -
CMYK 0 0.79 0.94 0.08
HSL 9.27º 0.89% 0.49% -
HSV(B) 9.27º 0.94% 0.92% -
XYZ 35.07 19.64 2.36 -
YUV 99.74 79.62 223.76 -
System Red Green Blue C M Y K H S L
Decimal 234 48 14 0 0.79 0.94 0.08 9.27 0.89 0.49
Hex EA 30 E 0 4F 5E 8 9 59 31
Octal 352 60 16 0 117 136 10 11 131 61
Binary 11101010 110000 1110 0 1001111 1011110 1000 1001 1011001 110001

Color Harmonies of #EA300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA300E

Black with #EA300E

Text Example


Text Example

White with #EA300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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