Html Css Color HEX #EE3205 Scarlet

📋 copy color: '#EE3205'

red 238 ◦ green 50 ◦ blue 5

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

Shades of Scarlet #EE3205

Tints of Scarlet #EE3205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

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

R = 81.23%
G = 17.06%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE3205 (or 0xEE3205) is known color: Scarlet. HEX triplet: EE, 32 and 05. RGB value is (238,50,5). Sum of RGB (Red+Green+Blue) = 238+50+5=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3205 is #11CDFA. Grayscale: #656565. Windows color (decimal): -1166843 or 340718. OLE color: 340718.

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

Color convert

RGB 238 50 5 -
CMYK 0 0.79 0.98 0.07
HSL 11.59º 0.96% 0.48% -
HSV(B) 11.59º 0.98% 0.93% -
XYZ 36.43 20.47 2.17 -
YUV 101.08 73.78 225.66 -
System Red Green Blue C M Y K H S L
Decimal 238 50 5 0 0.79 0.98 0.07 11.59 0.96 0.48
Hex EE 32 5 0 4F 62 7 C 60 30
Octal 356 62 5 0 117 142 7 14 140 60
Binary 11101110 110010 101 0 1001111 1100010 111 1100 1100000 110000

Color Harmonies of #EE3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3205

Black with #EE3205

Text Example


Text Example

White with #EE3205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3205; }

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

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

background-color css

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

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

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

border-color css

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

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

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