Html Css Color HEX #EE3005 Scarlet

📋 copy color: '#EE3005'

red 238 ◦ green 48 ◦ blue 5

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

Shades of Scarlet #EE3005

Tints of Scarlet #EE3005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 81.79%
G = 16.49%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE3005 (or 0xEE3005) is known color: Scarlet. HEX triplet: EE, 30 and 05. RGB value is (238,48,5). Sum of RGB (Red+Green+Blue) = 238+48+5=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3005 is #11CFFA. Grayscale: #646464. Windows color (decimal): -1167355 or 340206. OLE color: 340206.

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

Color convert

RGB 238 48 5 -
CMYK 0 0.80 0.98 0.07
HSL 11.07º 0.96% 0.48% -
HSV(B) 11.07º 0.98% 0.93% -
XYZ 36.34 20.3 2.15 -
YUV 99.91 74.45 226.5 -
System Red Green Blue C M Y K H S L
Decimal 238 48 5 0 0.80 0.98 0.07 11.07 0.96 0.48
Hex EE 30 5 0 50 62 7 B 60 30
Octal 356 60 5 0 120 142 7 13 140 60
Binary 11101110 110000 101 0 1010000 1100010 111 1011 1100000 110000

Color Harmonies of #EE3005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3005

Black with #EE3005

Text Example


Text Example

White with #EE3005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3005; }

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

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

background-color css

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

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

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

border-color css

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

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

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