Html Css Color HEX #EE300D Scarlet

📋 copy color: '#EE300D'

red 238 ◦ green 48 ◦ blue 13

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

Shades of Scarlet #EE300D

Tints of Scarlet #EE300D

RGB

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

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

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

R = 79.6%
G = 16.05%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE300D (or 0xEE300D) is known color: Scarlet. HEX triplet: EE, 30 and 0D. RGB value is (238,48,13). Sum of RGB (Red+Green+Blue) = 238+48+13=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE300D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE300D is #11CFF2. Grayscale: #656565. Windows color (decimal): -1167347 or 864494. OLE color: 864494.

HSL color Cylindrical-coordinate representation of color #EE300D: hue angle of 9.33º 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 #EE300D is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 13 -
CMYK 0 0.80 0.95 0.07
HSL 9.33º 0.9% 0.49% -
HSV(B) 9.33º 0.95% 0.93% -
XYZ 36.39 20.32 2.39 -
YUV 100.82 78.45 225.85 -
System Red Green Blue C M Y K H S L
Decimal 238 48 13 0 0.80 0.95 0.07 9.33 0.9 0.49
Hex EE 30 D 0 50 5F 7 9 5A 31
Octal 356 60 15 0 120 137 7 11 132 61
Binary 11101110 110000 1101 0 1010000 1011111 111 1001 1011010 110001

Color Harmonies of #EE300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE300D

Black with #EE300D

Text Example


Text Example

White with #EE300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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