Html Css Color HEX #EE2503 Scarlet

📋 copy color: '#EE2503'

red 238 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #EE2503

Tints of Scarlet #EE2503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 85.61%
G = 13.31%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE2503 (or 0xEE2503) is known color: Scarlet. HEX triplet: EE, 25 and 03. RGB value is (238,37,3). Sum of RGB (Red+Green+Blue) = 238+37+3=278 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.61% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2503 is #11DAFC. Grayscale: #5D5D5D. Windows color (decimal): -1170173 or 206318. OLE color: 206318.

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

Color convert

RGB 238 37 3 -
CMYK 0 0.84 0.99 0.07
HSL 8.68º 0.98% 0.47% -
HSV(B) 8.68º 0.99% 0.93% -
XYZ 35.94 19.51 1.96 -
YUV 93.22 77.09 231.26 -
System Red Green Blue C M Y K H S L
Decimal 238 37 3 0 0.84 0.99 0.07 8.68 0.98 0.47
Hex EE 25 3 0 54 63 7 9 62 2F
Octal 356 45 3 0 124 143 7 11 142 57
Binary 11101110 100101 11 0 1010100 1100011 111 1001 1100010 101111

Color Harmonies of #EE2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2503

Black with #EE2503

Text Example


Text Example

White with #EE2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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