Html Css Color HEX #EC200E Scarlet

📋 copy color: '#EC200E'

red 236 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #EC200E

Tints of Scarlet #EC200E

RGB

 RED value IS 236 (92.58% from 255) = 83.69%

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 83.69%
G = 11.35%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC200E (or 0xEC200E) is known color: Scarlet. HEX triplet: EC, 20 and 0E. RGB value is (236,32,14). Sum of RGB (Red+Green+Blue) = 236+32+14=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC200E is #13DFF1. Grayscale: #5B5B5B. Windows color (decimal): -1302514 or 925932. OLE color: 925932.

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

Color convert

RGB 236 32 14 -
CMYK 0 0.86 0.94 0.07
HSL 4.86º 0.89% 0.49% -
HSV(B) 4.86º 0.94% 0.93% -
XYZ 35.19 18.9 2.21 -
YUV 90.94 84.59 231.46 -
System Red Green Blue C M Y K H S L
Decimal 236 32 14 0 0.86 0.94 0.07 4.86 0.89 0.49
Hex EC 20 E 0 56 5E 7 5 59 31
Octal 354 40 16 0 126 136 7 5 131 61
Binary 11101100 100000 1110 0 1010110 1011110 111 101 1011001 110001

Color Harmonies of #EC200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC200E

Black with #EC200E

Text Example


Text Example

White with #EC200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC200E; }

 p { color: rgb(236,32,14); }

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

background-color css

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

 a { background-color: rgb(236,32,14); }

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

border-color css

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

 span { border-color: rgb(236,32,14); }

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