Html Css Color HEX #EE2007 Scarlet

📋 copy color: '#EE2007'

red 238 ◦ green 32 ◦ blue 7

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

Shades of Scarlet #EE2007

Tints of Scarlet #EE2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 85.92%
G = 11.55%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE2007 (or 0xEE2007) is known color: Scarlet. HEX triplet: EE, 20 and 07. RGB value is (238,32,7). Sum of RGB (Red+Green+Blue) = 238+32+7=277 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.92% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2007 is #11DFF8. Grayscale: #5B5B5B. Windows color (decimal): -1171449 or 467182. OLE color: 467182.

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

Color convert

RGB 238 32 7 -
CMYK 0 0.87 0.97 0.07
HSL 6.49º 0.94% 0.48% -
HSV(B) 6.49º 0.97% 0.93% -
XYZ 35.81 19.23 2.02 -
YUV 90.74 80.75 233.03 -
System Red Green Blue C M Y K H S L
Decimal 238 32 7 0 0.87 0.97 0.07 6.49 0.94 0.48
Hex EE 20 7 0 57 61 7 6 5E 30
Octal 356 40 7 0 127 141 7 6 136 60
Binary 11101110 100000 111 0 1010111 1100001 111 110 1011110 110000

Color Harmonies of #EE2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2007

Black with #EE2007

Text Example


Text Example

White with #EE2007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2007; }

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

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

background-color css

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

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

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

border-color css

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

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

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