Html Css Color HEX #EC2509 Scarlet

📋 copy color: '#EC2509'

red 236 ◦ green 37 ◦ blue 9

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

Shades of Scarlet #EC2509

Tints of Scarlet #EC2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 83.69%
G = 13.12%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC2509 (or 0xEC2509) is known color: Scarlet. HEX triplet: EC, 25 and 09. RGB value is (236,37,9). Sum of RGB (Red+Green+Blue) = 236+37+9=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2509 is #13DAF6. Grayscale: #5D5D5D. Windows color (decimal): -1301239 or 599532. OLE color: 599532.

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

Color convert

RGB 236 37 9 -
CMYK 0 0.84 0.96 0.07
HSL 7.4º 0.93% 0.48% -
HSV(B) 7.4º 0.96% 0.93% -
XYZ 35.3 19.18 2.1 -
YUV 93.31 80.43 229.78 -
System Red Green Blue C M Y K H S L
Decimal 236 37 9 0 0.84 0.96 0.07 7.4 0.93 0.48
Hex EC 25 9 0 54 60 7 7 5D 30
Octal 354 45 11 0 124 140 7 7 135 60
Binary 11101100 100101 1001 0 1010100 1100000 111 111 1011101 110000

Color Harmonies of #EC2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2509

Black with #EC2509

Text Example


Text Example

White with #EC2509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2509; }

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

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

background-color css

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

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

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

border-color css

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

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

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