Html Css Color HEX #EE3003 Scarlet

📋 copy color: '#EE3003'

red 238 ◦ green 48 ◦ blue 3

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

Shades of Scarlet #EE3003

Tints of Scarlet #EE3003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 82.35%
G = 16.61%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE3003 (or 0xEE3003) is known color: Scarlet. HEX triplet: EE, 30 and 03. RGB value is (238,48,3). Sum of RGB (Red+Green+Blue) = 238+48+3=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3003 is #11CFFC. Grayscale: #646464. Windows color (decimal): -1167357 or 209134. OLE color: 209134.

HSL color Cylindrical-coordinate representation of color #EE3003: hue angle of 11.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE3003 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 3 -
CMYK 0 0.80 0.99 0.07
HSL 11.49º 0.98% 0.47% -
HSV(B) 11.49º 0.99% 0.93% -
XYZ 36.33 20.3 2.09 -
YUV 99.68 73.45 226.66 -
System Red Green Blue C M Y K H S L
Decimal 238 48 3 0 0.80 0.99 0.07 11.49 0.98 0.47
Hex EE 30 3 0 50 63 7 B 62 2F
Octal 356 60 3 0 120 143 7 13 142 57
Binary 11101110 110000 11 0 1010000 1100011 111 1011 1100010 101111

Color Harmonies of #EE3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3003

Black with #EE3003

Text Example


Text Example

White with #EE3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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