Html Css Color HEX #EE3102 Scarlet

📋 copy color: '#EE3102'

red 238 ◦ green 49 ◦ blue 2

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

Shades of Scarlet #EE3102

Tints of Scarlet #EE3102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 82.35%
G = 16.96%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE3102 (or 0xEE3102) is known color: Scarlet. HEX triplet: EE, 31 and 02. RGB value is (238,49,2). Sum of RGB (Red+Green+Blue) = 238+49+2=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3102 is #11CEFD. Grayscale: #646464. Windows color (decimal): -1167102 or 143854. OLE color: 143854.

HSL color Cylindrical-coordinate representation of color #EE3102: hue angle of 11.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE3102 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 2 -
CMYK 0 0.79 0.99 0.07
HSL 11.95º 0.98% 0.47% -
HSV(B) 11.95º 0.99% 0.93% -
XYZ 36.37 20.38 2.07 -
YUV 100.15 72.62 226.32 -
System Red Green Blue C M Y K H S L
Decimal 238 49 2 0 0.79 0.99 0.07 11.95 0.98 0.47
Hex EE 31 2 0 4F 63 7 C 62 2F
Octal 356 61 2 0 117 143 7 14 142 57
Binary 11101110 110001 10 0 1001111 1100011 111 1100 1100010 101111

Color Harmonies of #EE3102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3102

Black with #EE3102

Text Example


Text Example

White with #EE3102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3102; }

 p { color: rgb(238,49,2); }

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

background-color css

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

 a { background-color: rgb(238,49,2); }

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

border-color css

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

 span { border-color: rgb(238,49,2); }

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