Html Css Color HEX #EE2814 Scarlet

📋 copy color: '#EE2814'

red 238 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #EE2814

Tints of Scarlet #EE2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 79.87%
G = 13.42%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2814 (or 0xEE2814) is known color: Scarlet. HEX triplet: EE, 28 and 14. RGB value is (238,40,20). Sum of RGB (Red+Green+Blue) = 238+40+20=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2814 is #11D7EB. Grayscale: #616161. Windows color (decimal): -1169388 or 1321198. OLE color: 1321198.

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

Color convert

RGB 238 40 20 -
CMYK 0 0.83 0.92 0.07
HSL 5.5º 0.87% 0.51% -
HSV(B) 5.5º 0.92% 0.93% -
XYZ 36.14 19.75 2.57 -
YUV 96.92 84.6 228.63 -
System Red Green Blue C M Y K H S L
Decimal 238 40 20 0 0.83 0.92 0.07 5.5 0.87 0.51
Hex EE 28 14 0 53 5C 7 6 57 33
Octal 356 50 24 0 123 134 7 6 127 63
Binary 11101110 101000 10100 0 1010011 1011100 111 110 1010111 110011

Color Harmonies of #EE2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2814

Black with #EE2814

Text Example


Text Example

White with #EE2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2814; }

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

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

background-color css

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

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

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

border-color css

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

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

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