Html Css Color HEX #EE220D Scarlet

📋 copy color: '#EE220D'

red 238 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #EE220D

Tints of Scarlet #EE220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 83.51%
G = 11.93%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE220D (or 0xEE220D) is known color: Scarlet. HEX triplet: EE, 22 and 0D. RGB value is (238,34,13). Sum of RGB (Red+Green+Blue) = 238+34+13=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE220D is #11DDF2. Grayscale: #5C5C5C. Windows color (decimal): -1170931 or 860910. OLE color: 860910.

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

Color convert

RGB 238 34 13 -
CMYK 0 0.86 0.95 0.07
HSL 5.6º 0.9% 0.49% -
HSV(B) 5.6º 0.95% 0.93% -
XYZ 35.9 19.35 2.22 -
YUV 92.6 83.09 231.71 -
System Red Green Blue C M Y K H S L
Decimal 238 34 13 0 0.86 0.95 0.07 5.6 0.9 0.49
Hex EE 22 D 0 56 5F 7 6 5A 31
Octal 356 42 15 0 126 137 7 6 132 61
Binary 11101110 100010 1101 0 1010110 1011111 111 110 1011010 110001

Color Harmonies of #EE220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE220D

Black with #EE220D

Text Example


Text Example

White with #EE220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE220D; }

 p { color: rgb(238,34,13); }

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

background-color css

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

 a { background-color: rgb(238,34,13); }

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

border-color css

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

 span { border-color: rgb(238,34,13); }

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