Html Css Color HEX #EC220D Scarlet

📋 copy color: '#EC220D'

red 236 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #EC220D

Tints of Scarlet #EC220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

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

R = 83.39%
G = 12.01%
B = 4.59%

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

#EC220D (or 0xEC220D) is known color: Scarlet. HEX triplet: EC, 22 and 0D. RGB value is (236,34,13). Sum of RGB (Red+Green+Blue) = 236+34+13=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC220D is #13DDF2. Grayscale: #5C5C5C. Windows color (decimal): -1302003 or 860908. OLE color: 860908.

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

Color convert

RGB 236 34 13 -
CMYK 0 0.86 0.94 0.07
HSL 5.65º 0.9% 0.49% -
HSV(B) 5.65º 0.94% 0.93% -
XYZ 35.24 19.01 2.19 -
YUV 92 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 236 34 13 0 0.86 0.94 0.07 5.65 0.9 0.49
Hex EC 22 D 0 56 5E 7 6 5A 31
Octal 354 42 15 0 126 136 7 6 132 61
Binary 11101100 100010 1101 0 1010110 1011110 111 110 1011010 110001

Color Harmonies of #EC220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC220D

Black with #EC220D

Text Example


Text Example

White with #EC220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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