Html Css Color HEX #EE2E03 Scarlet

📋 copy color: '#EE2E03'

red 238 ◦ green 46 ◦ blue 3

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

Shades of Scarlet #EE2E03

Tints of Scarlet #EE2E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.03%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 82.93%
G = 16.03%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE2E03 (or 0xEE2E03) is known color: Scarlet. HEX triplet: EE, 2E and 03. RGB value is (238,46,3). Sum of RGB (Red+Green+Blue) = 238+46+3=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2E03 is #11D1FC. Grayscale: #626262. Windows color (decimal): -1167869 or 208622. OLE color: 208622.

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

Color convert

RGB 238 46 3 -
CMYK 0 0.81 0.99 0.07
HSL 10.98º 0.98% 0.47% -
HSV(B) 10.98º 0.99% 0.93% -
XYZ 36.25 20.14 2.06 -
YUV 98.51 74.11 227.5 -
System Red Green Blue C M Y K H S L
Decimal 238 46 3 0 0.81 0.99 0.07 10.98 0.98 0.47
Hex EE 2E 3 0 51 63 7 B 62 2F
Octal 356 56 3 0 121 143 7 13 142 57
Binary 11101110 101110 11 0 1010001 1100011 111 1011 1100010 101111

Color Harmonies of #EE2E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2E03

Black with #EE2E03

Text Example


Text Example

White with #EE2E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2E03; }

 p { color: rgb(238,46,3); }

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

background-color css

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

 a { background-color: rgb(238,46,3); }

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

border-color css

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

 span { border-color: rgb(238,46,3); }

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