Html Css Color HEX #EE300B Scarlet

📋 copy color: '#EE300B'

red 238 ◦ green 48 ◦ blue 11

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

Shades of Scarlet #EE300B

Tints of Scarlet #EE300B

RGB

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

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

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

R = 80.13%
G = 16.16%
B = 3.7%

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

#EE300B (or 0xEE300B) is known color: Scarlet. HEX triplet: EE, 30 and 0B. RGB value is (238,48,11). Sum of RGB (Red+Green+Blue) = 238+48+11=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE300B is #11CFF4. Grayscale: #646464. Windows color (decimal): -1167349 or 733422. OLE color: 733422.

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

Color convert

RGB 238 48 11 -
CMYK 0 0.80 0.95 0.07
HSL 9.78º 0.91% 0.49% -
HSV(B) 9.78º 0.95% 0.93% -
XYZ 36.38 20.32 2.32 -
YUV 100.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 238 48 11 0 0.80 0.95 0.07 9.78 0.91 0.49
Hex EE 30 B 0 50 5F 7 A 5B 31
Octal 356 60 13 0 120 137 7 12 133 61
Binary 11101110 110000 1011 0 1010000 1011111 111 1010 1011011 110001

Color Harmonies of #EE300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE300B

Black with #EE300B

Text Example


Text Example

White with #EE300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE300B; }

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

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

background-color css

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

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

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

border-color css

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

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

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