Html Css Color HEX #EC200C Scarlet

📋 copy color: '#EC200C'

red 236 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #EC200C

Tints of Scarlet #EC200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 84.29%
G = 11.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC200C (or 0xEC200C) is known color: Scarlet. HEX triplet: EC, 20 and 0C. RGB value is (236,32,12). Sum of RGB (Red+Green+Blue) = 236+32+12=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC200C is #13DFF3. Grayscale: #5A5A5A. Windows color (decimal): -1302516 or 794860. OLE color: 794860.

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

Color convert

RGB 236 32 12 -
CMYK 0 0.86 0.95 0.07
HSL 5.36º 0.9% 0.49% -
HSV(B) 5.36º 0.95% 0.93% -
XYZ 35.17 18.89 2.14 -
YUV 90.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 236 32 12 0 0.86 0.95 0.07 5.36 0.9 0.49
Hex EC 20 C 0 56 5F 7 5 5A 31
Octal 354 40 14 0 126 137 7 5 132 61
Binary 11101100 100000 1100 0 1010110 1011111 111 101 1011010 110001

Color Harmonies of #EC200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC200C

Black with #EC200C

Text Example


Text Example

White with #EC200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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