Html Css Color HEX #EE2705 Scarlet

📋 copy color: '#EE2705'

red 238 ◦ green 39 ◦ blue 5

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

Shades of Scarlet #EE2705

Tints of Scarlet #EE2705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 84.4%
G = 13.83%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE2705 (or 0xEE2705) is known color: Scarlet. HEX triplet: EE, 27 and 05. RGB value is (238,39,5). Sum of RGB (Red+Green+Blue) = 238+39+5=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2705 is #11D8FA. Grayscale: #5E5E5E. Windows color (decimal): -1169659 or 337902. OLE color: 337902.

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

Color convert

RGB 238 39 5 -
CMYK 0 0.84 0.98 0.07
HSL 8.76º 0.96% 0.48% -
HSV(B) 8.76º 0.98% 0.93% -
XYZ 36.01 19.64 2.04 -
YUV 94.63 77.43 230.26 -
System Red Green Blue C M Y K H S L
Decimal 238 39 5 0 0.84 0.98 0.07 8.76 0.96 0.48
Hex EE 27 5 0 54 62 7 9 60 30
Octal 356 47 5 0 124 142 7 11 140 60
Binary 11101110 100111 101 0 1010100 1100010 111 1001 1100000 110000

Color Harmonies of #EE2705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2705

Black with #EE2705

Text Example


Text Example

White with #EE2705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2705; }

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

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

background-color css

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

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

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

border-color css

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

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

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