Html Css Color HEX #EE2D14 Scarlet

📋 copy color: '#EE2D14'

red 238 ◦ green 45 ◦ blue 20

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

Shades of Scarlet #EE2D14

Tints of Scarlet #EE2D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 78.55%
G = 14.85%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2D14 (or 0xEE2D14) is known color: Scarlet. HEX triplet: EE, 2D and 14. RGB value is (238,45,20). Sum of RGB (Red+Green+Blue) = 238+45+20=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2D14 is #11D2EB. Grayscale: #646464. Windows color (decimal): -1168108 or 1322478. OLE color: 1322478.

HSL color Cylindrical-coordinate representation of color #EE2D14: hue angle of 6.88º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE2D14 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 45 20 -
CMYK 0 0.81 0.92 0.07
HSL 6.88º 0.87% 0.51% -
HSV(B) 6.88º 0.92% 0.93% -
XYZ 36.32 20.1 2.63 -
YUV 99.86 82.94 226.53 -
System Red Green Blue C M Y K H S L
Decimal 238 45 20 0 0.81 0.92 0.07 6.88 0.87 0.51
Hex EE 2D 14 0 51 5C 7 7 57 33
Octal 356 55 24 0 121 134 7 7 127 63
Binary 11101110 101101 10100 0 1010001 1011100 111 111 1010111 110011

Color Harmonies of #EE2D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2D14

Black with #EE2D14

Text Example


Text Example

White with #EE2D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2D14; }

 p { color: rgb(238,45,20); }

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

background-color css

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

 a { background-color: rgb(238,45,20); }

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

border-color css

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

 span { border-color: rgb(238,45,20); }

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