Html Css Color HEX #EC1509 Scarlet

📋 copy color: '#EC1509'

red 236 ◦ green 21 ◦ blue 9

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

Shades of Scarlet #EC1509

Tints of Scarlet #EC1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 9 (3.91% from 255) = 3.38%

R = 88.72%
G = 7.89%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC1509 (or 0xEC1509) is known color: Scarlet. HEX triplet: EC, 15 and 09. RGB value is (236,21,9). Sum of RGB (Red+Green+Blue) = 236+21+9=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1509 is #13EAF6. Grayscale: #545454. Windows color (decimal): -1305335 or 595436. OLE color: 595436.

HSL color Cylindrical-coordinate representation of color #EC1509: hue angle of 3.17º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC1509 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 21 9 -
CMYK 0 0.91 0.96 0.07
HSL 3.17º 0.93% 0.48% -
HSV(B) 3.17º 0.96% 0.93% -
XYZ 34.91 18.39 1.97 -
YUV 83.92 85.73 236.48 -
System Red Green Blue C M Y K H S L
Decimal 236 21 9 0 0.91 0.96 0.07 3.17 0.93 0.48
Hex EC 15 9 0 5B 60 7 3 5D 30
Octal 354 25 11 0 133 140 7 3 135 60
Binary 11101100 10101 1001 0 1011011 1100000 111 11 1011101 110000

Color Harmonies of #EC1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1509

Black with #EC1509

Text Example


Text Example

White with #EC1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1509; }

 p { color: rgb(236,21,9); }

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

background-color css

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

 a { background-color: rgb(236,21,9); }

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

border-color css

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

 span { border-color: rgb(236,21,9); }

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