Html Css Color HEX #EA310B Scarlet

📋 copy color: '#EA310B'

red 234 ◦ green 49 ◦ blue 11

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

Shades of Scarlet #EA310B

Tints of Scarlet #EA310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 79.59%
G = 16.67%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA310B (or 0xEA310B) is known color: Scarlet. HEX triplet: EA, 31 and 0B. RGB value is (234,49,11). Sum of RGB (Red+Green+Blue) = 234+49+11=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA310B is #15CEF4. Grayscale: #646464. Windows color (decimal): -1429237 or 733674. OLE color: 733674.

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

Color convert

RGB 234 49 11 -
CMYK 0 0.79 0.95 0.08
HSL 10.22º 0.91% 0.48% -
HSV(B) 10.22º 0.95% 0.92% -
XYZ 35.09 19.71 2.27 -
YUV 99.98 77.79 223.59 -
System Red Green Blue C M Y K H S L
Decimal 234 49 11 0 0.79 0.95 0.08 10.22 0.91 0.48
Hex EA 31 B 0 4F 5F 8 A 5B 30
Octal 352 61 13 0 117 137 10 12 133 60
Binary 11101010 110001 1011 0 1001111 1011111 1000 1010 1011011 110000

Color Harmonies of #EA310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA310B

Black with #EA310B

Text Example


Text Example

White with #EA310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA310B; }

 p { color: rgb(234,49,11); }

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

background-color css

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

 a { background-color: rgb(234,49,11); }

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

border-color css

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

 span { border-color: rgb(234,49,11); }

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