Html Css Color HEX #EC200D Scarlet

📋 copy color: '#EC200D'

red 236 ◦ green 32 ◦ blue 13

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

Shades of Scarlet #EC200D

Tints of Scarlet #EC200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 83.99%
G = 11.39%
B = 4.63%

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

#EC200D (or 0xEC200D) is known color: Scarlet. HEX triplet: EC, 20 and 0D. RGB value is (236,32,13). Sum of RGB (Red+Green+Blue) = 236+32+13=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC200D is #13DFF2. Grayscale: #5B5B5B. Windows color (decimal): -1302515 or 860396. OLE color: 860396.

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

Color convert

RGB 236 32 13 -
CMYK 0 0.86 0.94 0.07
HSL 5.11º 0.9% 0.49% -
HSV(B) 5.11º 0.94% 0.93% -
XYZ 35.18 18.89 2.17 -
YUV 90.83 84.09 231.54 -
System Red Green Blue C M Y K H S L
Decimal 236 32 13 0 0.86 0.94 0.07 5.11 0.9 0.49
Hex EC 20 D 0 56 5E 7 5 5A 31
Octal 354 40 15 0 126 136 7 5 132 61
Binary 11101100 100000 1101 0 1010110 1011110 111 101 1011010 110001

Color Harmonies of #EC200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC200D

Black with #EC200D

Text Example


Text Example

White with #EC200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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