Html Css Color HEX #EE140E Scarlet

📋 copy color: '#EE140E'

red 238 ◦ green 20 ◦ blue 14

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

Shades of Scarlet #EE140E

Tints of Scarlet #EE140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 87.5%
G = 7.35%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE140E (or 0xEE140E) is known color: Scarlet. HEX triplet: EE, 14 and 0E. RGB value is (238,20,14). Sum of RGB (Red+Green+Blue) = 238+20+14=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE140E is #11EBF1. Grayscale: #545454. Windows color (decimal): -1174514 or 922862. OLE color: 922862.

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

Color convert

RGB 238 20 14 -
CMYK 0 0.92 0.94 0.07
HSL 1.61º 0.89% 0.49% -
HSV(B) 1.61º 0.94% 0.93% -
XYZ 35.59 18.71 2.15 -
YUV 84.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 238 20 14 0 0.92 0.94 0.07 1.61 0.89 0.49
Hex EE 14 E 0 5C 5E 7 2 59 31
Octal 356 24 16 0 134 136 7 2 131 61
Binary 11101110 10100 1110 0 1011100 1011110 111 10 1011001 110001

Color Harmonies of #EE140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE140E

Black with #EE140E

Text Example


Text Example

White with #EE140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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