Html Css Color HEX #EC2C09 Scarlet

📋 copy color: '#EC2C09'

red 236 ◦ green 44 ◦ blue 9

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

Shades of Scarlet #EC2C09

Tints of Scarlet #EC2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.22%

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

R = 81.66%
G = 15.22%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC2C09 (or 0xEC2C09) is known color: Scarlet. HEX triplet: EC, 2C and 09. RGB value is (236,44,9). Sum of RGB (Red+Green+Blue) = 236+44+9=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2C09 is #13D3F6. Grayscale: #616161. Windows color (decimal): -1299447 or 601324. OLE color: 601324.

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

Color convert

RGB 236 44 9 -
CMYK 0 0.81 0.96 0.07
HSL 9.25º 0.93% 0.48% -
HSV(B) 9.25º 0.96% 0.93% -
XYZ 35.54 19.65 2.18 -
YUV 97.42 78.11 226.85 -
System Red Green Blue C M Y K H S L
Decimal 236 44 9 0 0.81 0.96 0.07 9.25 0.93 0.48
Hex EC 2C 9 0 51 60 7 9 5D 30
Octal 354 54 11 0 121 140 7 11 135 60
Binary 11101100 101100 1001 0 1010001 1100000 111 1001 1011101 110000

Color Harmonies of #EC2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C09

Black with #EC2C09

Text Example


Text Example

White with #EC2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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