Html Css Color HEX #EE2714 Scarlet

📋 copy color: '#EE2714'

red 238 ◦ green 39 ◦ blue 20

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

Shades of Scarlet #EE2714

Tints of Scarlet #EE2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 80.13%
G = 13.13%
B = 6.73%

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

#EE2714 (or 0xEE2714) is known color: Scarlet. HEX triplet: EE, 27 and 14. RGB value is (238,39,20). Sum of RGB (Red+Green+Blue) = 238+39+20=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2714 is #11D8EB. Grayscale: #606060. Windows color (decimal): -1169644 or 1320942. OLE color: 1320942.

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

Color convert

RGB 238 39 20 -
CMYK 0 0.84 0.92 0.07
HSL 5.23º 0.87% 0.51% -
HSV(B) 5.23º 0.92% 0.93% -
XYZ 36.11 19.68 2.56 -
YUV 96.34 84.93 229.04 -
System Red Green Blue C M Y K H S L
Decimal 238 39 20 0 0.84 0.92 0.07 5.23 0.87 0.51
Hex EE 27 14 0 54 5C 7 5 57 33
Octal 356 47 24 0 124 134 7 5 127 63
Binary 11101110 100111 10100 0 1010100 1011100 111 101 1010111 110011

Color Harmonies of #EE2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2714

Black with #EE2714

Text Example


Text Example

White with #EE2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2714; }

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

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

background-color css

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

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

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

border-color css

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

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

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