Html Css Color HEX #EE320D Scarlet

📋 copy color: '#EE320D'

red 238 ◦ green 50 ◦ blue 13

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

Shades of Scarlet #EE320D

Tints of Scarlet #EE320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 79.07%
G = 16.61%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE320D (or 0xEE320D) is known color: Scarlet. HEX triplet: EE, 32 and 0D. RGB value is (238,50,13). Sum of RGB (Red+Green+Blue) = 238+50+13=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE320D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE320D is #11CDF2. Grayscale: #666666. Windows color (decimal): -1166835 or 865006. OLE color: 865006.

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

Color convert

RGB 238 50 13 -
CMYK 0 0.79 0.95 0.07
HSL 9.87º 0.9% 0.49% -
HSV(B) 9.87º 0.95% 0.93% -
XYZ 36.47 20.49 2.41 -
YUV 101.99 77.78 225.01 -
System Red Green Blue C M Y K H S L
Decimal 238 50 13 0 0.79 0.95 0.07 9.87 0.9 0.49
Hex EE 32 D 0 4F 5F 7 A 5A 31
Octal 356 62 15 0 117 137 7 12 132 61
Binary 11101110 110010 1101 0 1001111 1011111 111 1010 1011010 110001

Color Harmonies of #EE320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE320D

Black with #EE320D

Text Example


Text Example

White with #EE320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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