Html Css Color HEX #EE210F Scarlet

📋 copy color: '#EE210F'

red 238 ◦ green 33 ◦ blue 15

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

Shades of Scarlet #EE210F

Tints of Scarlet #EE210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 83.22%
G = 11.54%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE210F (or 0xEE210F) is known color: Scarlet. HEX triplet: EE, 21 and 0F. RGB value is (238,33,15). Sum of RGB (Red+Green+Blue) = 238+33+15=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE210F is #11DEF0. Grayscale: #5C5C5C. Windows color (decimal): -1171185 or 991726. OLE color: 991726.

HSL color Cylindrical-coordinate representation of color #EE210F: hue angle of 4.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE210F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 33 15 -
CMYK 0 0.86 0.94 0.07
HSL 4.84º 0.88% 0.5% -
HSV(B) 4.84º 0.94% 0.93% -
XYZ 35.89 19.3 2.29 -
YUV 92.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 238 33 15 0 0.86 0.94 0.07 4.84 0.88 0.5
Hex EE 21 F 0 56 5E 7 5 58 32
Octal 356 41 17 0 126 136 7 5 130 62
Binary 11101110 100001 1111 0 1010110 1011110 111 101 1011000 110010

Color Harmonies of #EE210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE210F

Black with #EE210F

Text Example


Text Example

White with #EE210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE210F; }

 p { color: rgb(238,33,15); }

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

background-color css

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

 a { background-color: rgb(238,33,15); }

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

border-color css

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

 span { border-color: rgb(238,33,15); }

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