Html Css Color HEX #EC2409 Scarlet

📋 copy color: '#EC2409'

red 236 ◦ green 36 ◦ blue 9

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

Shades of Scarlet #EC2409

Tints of Scarlet #EC2409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 83.99%
G = 12.81%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC2409 (or 0xEC2409) is known color: Scarlet. HEX triplet: EC, 24 and 09. RGB value is (236,36,9). Sum of RGB (Red+Green+Blue) = 236+36+9=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2409 is #13DBF6. Grayscale: #5D5D5D. Windows color (decimal): -1301495 or 599276. OLE color: 599276.

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

Color convert

RGB 236 36 9 -
CMYK 0 0.85 0.96 0.07
HSL 7.14º 0.93% 0.48% -
HSV(B) 7.14º 0.96% 0.93% -
XYZ 35.27 19.11 2.09 -
YUV 92.72 80.76 230.2 -
System Red Green Blue C M Y K H S L
Decimal 236 36 9 0 0.85 0.96 0.07 7.14 0.93 0.48
Hex EC 24 9 0 55 60 7 7 5D 30
Octal 354 44 11 0 125 140 7 7 135 60
Binary 11101100 100100 1001 0 1010101 1100000 111 111 1011101 110000

Color Harmonies of #EC2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2409

Black with #EC2409

Text Example


Text Example

White with #EC2409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2409; }

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

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

background-color css

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

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

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

border-color css

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

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

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