Html Css Color HEX #EC160C Scarlet

📋 copy color: '#EC160C'

red 236 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #EC160C

Tints of Scarlet #EC160C

RGB

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

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

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

R = 87.41%
G = 8.15%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC160C (or 0xEC160C) is known color: Scarlet. HEX triplet: EC, 16 and 0C. RGB value is (236,22,12). Sum of RGB (Red+Green+Blue) = 236+22+12=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC160C is #13E9F3. Grayscale: #555555. Windows color (decimal): -1305076 or 792300. OLE color: 792300.

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

Color convert

RGB 236 22 12 -
CMYK 0 0.91 0.95 0.07
HSL 2.68º 0.9% 0.49% -
HSV(B) 2.68º 0.95% 0.93% -
XYZ 34.95 18.43 2.06 -
YUV 84.85 86.9 235.81 -
System Red Green Blue C M Y K H S L
Decimal 236 22 12 0 0.91 0.95 0.07 2.68 0.9 0.49
Hex EC 16 C 0 5B 5F 7 3 5A 31
Octal 354 26 14 0 133 137 7 3 132 61
Binary 11101100 10110 1100 0 1011011 1011111 111 11 1011010 110001

Color Harmonies of #EC160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC160C

Black with #EC160C

Text Example


Text Example

White with #EC160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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