Html Css Color HEX #EE2614 Scarlet

📋 copy color: '#EE2614'

red 238 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #EE2614

Tints of Scarlet #EE2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 80.41%
G = 12.84%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2614 (or 0xEE2614) is known color: Scarlet. HEX triplet: EE, 26 and 14. RGB value is (238,38,20). Sum of RGB (Red+Green+Blue) = 238+38+20=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2614 is #11D9EB. Grayscale: #606060. Windows color (decimal): -1169900 or 1320686. OLE color: 1320686.

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

Color convert

RGB 238 38 20 -
CMYK 0 0.84 0.92 0.07
HSL 4.95º 0.87% 0.51% -
HSV(B) 4.95º 0.92% 0.93% -
XYZ 36.08 19.61 2.55 -
YUV 95.75 85.26 229.46 -
System Red Green Blue C M Y K H S L
Decimal 238 38 20 0 0.84 0.92 0.07 4.95 0.87 0.51
Hex EE 26 14 0 54 5C 7 5 57 33
Octal 356 46 24 0 124 134 7 5 127 63
Binary 11101110 100110 10100 0 1010100 1011100 111 101 1010111 110011

Color Harmonies of #EE2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2614

Black with #EE2614

Text Example


Text Example

White with #EE2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2614; }

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

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

background-color css

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

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

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

border-color css

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

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

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