Html Css Color HEX #EC160D Scarlet

📋 copy color: '#EC160D'

red 236 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #EC160D

Tints of Scarlet #EC160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 87.08%
G = 8.12%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC160D (or 0xEC160D) is known color: Scarlet. HEX triplet: EC, 16 and 0D. RGB value is (236,22,13). Sum of RGB (Red+Green+Blue) = 236+22+13=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC160D is #13E9F2. Grayscale: #555555. Windows color (decimal): -1305075 or 857836. OLE color: 857836.

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

Color convert

RGB 236 22 13 -
CMYK 0 0.91 0.94 0.07
HSL 2.42º 0.9% 0.49% -
HSV(B) 2.42º 0.94% 0.93% -
XYZ 34.95 18.44 2.1 -
YUV 84.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 236 22 13 0 0.91 0.94 0.07 2.42 0.9 0.49
Hex EC 16 D 0 5B 5E 7 2 5A 31
Octal 354 26 15 0 133 136 7 2 132 61
Binary 11101100 10110 1101 0 1011011 1011110 111 10 1011010 110001

Color Harmonies of #EC160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC160D

Black with #EC160D

Text Example


Text Example

White with #EC160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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