Html Css Color HEX #EE140B Scarlet

📋 copy color: '#EE140B'

red 238 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #EE140B

Tints of Scarlet #EE140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 88.48%
G = 7.43%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE140B (or 0xEE140B) is known color: Scarlet. HEX triplet: EE, 14 and 0B. RGB value is (238,20,11). Sum of RGB (Red+Green+Blue) = 238+20+11=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE140B is #11EBF4. Grayscale: #545454. Windows color (decimal): -1174517 or 726254. OLE color: 726254.

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

Color convert

RGB 238 20 11 -
CMYK 0 0.92 0.95 0.07
HSL 2.38º 0.91% 0.49% -
HSV(B) 2.38º 0.95% 0.93% -
XYZ 35.57 18.7 2.05 -
YUV 84.16 86.72 237.73 -
System Red Green Blue C M Y K H S L
Decimal 238 20 11 0 0.92 0.95 0.07 2.38 0.91 0.49
Hex EE 14 B 0 5C 5F 7 2 5B 31
Octal 356 24 13 0 134 137 7 2 133 61
Binary 11101110 10100 1011 0 1011100 1011111 111 10 1011011 110001

Color Harmonies of #EE140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE140B

Black with #EE140B

Text Example


Text Example

White with #EE140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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