Html Css Color HEX #EE310A Scarlet

📋 copy color: '#EE310A'

red 238 ◦ green 49 ◦ blue 10

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

Shades of Scarlet #EE310A

Tints of Scarlet #EE310A

RGB

 RED value IS 238 (93.36% from 255) = 80.13%

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

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 80.13%
G = 16.5%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE310A (or 0xEE310A) is known color: Scarlet. HEX triplet: EE, 31 and 0A. RGB value is (238,49,10). Sum of RGB (Red+Green+Blue) = 238+49+10=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE310A is #11CEF5. Grayscale: #656565. Windows color (decimal): -1167094 or 668142. OLE color: 668142.

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

Color convert

RGB 238 49 10 -
CMYK 0 0.79 0.96 0.07
HSL 10.26º 0.92% 0.49% -
HSV(B) 10.26º 0.96% 0.93% -
XYZ 36.41 20.4 2.3 -
YUV 101.07 76.62 225.67 -
System Red Green Blue C M Y K H S L
Decimal 238 49 10 0 0.79 0.96 0.07 10.26 0.92 0.49
Hex EE 31 A 0 4F 60 7 A 5C 31
Octal 356 61 12 0 117 140 7 12 134 61
Binary 11101110 110001 1010 0 1001111 1100000 111 1010 1011100 110001

Color Harmonies of #EE310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE310A

Black with #EE310A

Text Example


Text Example

White with #EE310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE310A; }

 p { color: rgb(238,49,10); }

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

background-color css

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

 a { background-color: rgb(238,49,10); }

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

border-color css

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

 span { border-color: rgb(238,49,10); }

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