Html Css Color HEX #EE2807 Scarlet

📋 copy color: '#EE2807'

red 238 ◦ green 40 ◦ blue 7

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

Shades of Scarlet #EE2807

Tints of Scarlet #EE2807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

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

R = 83.51%
G = 14.04%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE2807 (or 0xEE2807) is known color: Scarlet. HEX triplet: EE, 28 and 07. RGB value is (238,40,7). Sum of RGB (Red+Green+Blue) = 238+40+7=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2807 is #11D7F8. Grayscale: #5F5F5F. Windows color (decimal): -1169401 or 469230. OLE color: 469230.

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

Color convert

RGB 238 40 7 -
CMYK 0 0.83 0.97 0.07
HSL 8.57º 0.94% 0.48% -
HSV(B) 8.57º 0.97% 0.93% -
XYZ 36.06 19.71 2.11 -
YUV 95.44 78.1 229.68 -
System Red Green Blue C M Y K H S L
Decimal 238 40 7 0 0.83 0.97 0.07 8.57 0.94 0.48
Hex EE 28 7 0 53 61 7 9 5E 30
Octal 356 50 7 0 123 141 7 11 136 60
Binary 11101110 101000 111 0 1010011 1100001 111 1001 1011110 110000

Color Harmonies of #EE2807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2807

Black with #EE2807

Text Example


Text Example

White with #EE2807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2807; }

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

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

background-color css

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

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

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

border-color css

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

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

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