Html Css Color HEX #EE2305 Scarlet

📋 copy color: '#EE2305'

red 238 ◦ green 35 ◦ blue 5

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

Shades of Scarlet #EE2305

Tints of Scarlet #EE2305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 85.61%
G = 12.59%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE2305 (or 0xEE2305) is known color: Scarlet. HEX triplet: EE, 23 and 05. RGB value is (238,35,5). Sum of RGB (Red+Green+Blue) = 238+35+5=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2305 is #11DCFA. Grayscale: #5C5C5C. Windows color (decimal): -1170683 or 336878. OLE color: 336878.

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

Color convert

RGB 238 35 5 -
CMYK 0 0.85 0.98 0.07
HSL 7.73º 0.96% 0.48% -
HSV(B) 7.73º 0.98% 0.93% -
XYZ 35.89 19.39 1.99 -
YUV 92.28 78.75 231.94 -
System Red Green Blue C M Y K H S L
Decimal 238 35 5 0 0.85 0.98 0.07 7.73 0.96 0.48
Hex EE 23 5 0 55 62 7 8 60 30
Octal 356 43 5 0 125 142 7 10 140 60
Binary 11101110 100011 101 0 1010101 1100010 111 1000 1100000 110000

Color Harmonies of #EE2305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2305

Black with #EE2305

Text Example


Text Example

White with #EE2305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2305; }

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

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

background-color css

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

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

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

border-color css

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

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

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