Html Css Color HEX #EE1A07 Scarlet

📋 copy color: '#EE1A07'

red 238 ◦ green 26 ◦ blue 7

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

Shades of Scarlet #EE1A07

Tints of Scarlet #EE1A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 7 (3.13% from 255) = 2.58%

R = 87.82%
G = 9.59%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE1A07 (or 0xEE1A07) is known color: Scarlet. HEX triplet: EE, 1A and 07. RGB value is (238,26,7). Sum of RGB (Red+Green+Blue) = 238+26+7=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1A07 is #11E5F8. Grayscale: #575757. Windows color (decimal): -1172985 or 465646. OLE color: 465646.

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

Color convert

RGB 238 26 7 -
CMYK 0 0.89 0.97 0.07
HSL 4.94º 0.94% 0.48% -
HSV(B) 4.94º 0.97% 0.93% -
XYZ 35.67 18.93 1.98 -
YUV 87.22 82.74 235.54 -
System Red Green Blue C M Y K H S L
Decimal 238 26 7 0 0.89 0.97 0.07 4.94 0.94 0.48
Hex EE 1A 7 0 59 61 7 5 5E 30
Octal 356 32 7 0 131 141 7 5 136 60
Binary 11101110 11010 111 0 1011001 1100001 111 101 1011110 110000

Color Harmonies of #EE1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1A07

Black with #EE1A07

Text Example


Text Example

White with #EE1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1A07; }

 p { color: rgb(238,26,7); }

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

background-color css

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

 a { background-color: rgb(238,26,7); }

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

border-color css

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

 span { border-color: rgb(238,26,7); }

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