Html Css Color HEX #EE310D Scarlet

📋 copy color: '#EE310D'

red 238 ◦ green 49 ◦ blue 13

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

Shades of Scarlet #EE310D

Tints of Scarlet #EE310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 79.33%
G = 16.33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE310D (or 0xEE310D) is known color: Scarlet. HEX triplet: EE, 31 and 0D. RGB value is (238,49,13). Sum of RGB (Red+Green+Blue) = 238+49+13=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE310D is #11CEF2. Grayscale: #656565. Windows color (decimal): -1167091 or 864750. OLE color: 864750.

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

Color convert

RGB 238 49 13 -
CMYK 0 0.79 0.95 0.07
HSL 9.6º 0.9% 0.49% -
HSV(B) 9.6º 0.95% 0.93% -
XYZ 36.43 20.4 2.4 -
YUV 101.41 78.12 225.43 -
System Red Green Blue C M Y K H S L
Decimal 238 49 13 0 0.79 0.95 0.07 9.6 0.9 0.49
Hex EE 31 D 0 4F 5F 7 A 5A 31
Octal 356 61 15 0 117 137 7 12 132 61
Binary 11101110 110001 1101 0 1001111 1011111 111 1010 1011010 110001

Color Harmonies of #EE310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE310D

Black with #EE310D

Text Example


Text Example

White with #EE310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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