Html Css Color HEX #EC2B09 Scarlet

📋 copy color: '#EC2B09'

red 236 ◦ green 43 ◦ blue 9

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

Shades of Scarlet #EC2B09

Tints of Scarlet #EC2B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.93%

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

R = 81.94%
G = 14.93%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC2B09 (or 0xEC2B09) is known color: Scarlet. HEX triplet: EC, 2B and 09. RGB value is (236,43,9). Sum of RGB (Red+Green+Blue) = 236+43+9=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B09 is #13D4F6. Grayscale: #616161. Windows color (decimal): -1299703 or 601068. OLE color: 601068.

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

Color convert

RGB 236 43 9 -
CMYK 0 0.82 0.96 0.07
HSL 8.99º 0.93% 0.48% -
HSV(B) 8.99º 0.96% 0.93% -
XYZ 35.51 19.58 2.17 -
YUV 96.83 78.44 227.26 -
System Red Green Blue C M Y K H S L
Decimal 236 43 9 0 0.82 0.96 0.07 8.99 0.93 0.48
Hex EC 2B 9 0 52 60 7 9 5D 30
Octal 354 53 11 0 122 140 7 11 135 60
Binary 11101100 101011 1001 0 1010010 1100000 111 1001 1011101 110000

Color Harmonies of #EC2B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B09

Black with #EC2B09

Text Example


Text Example

White with #EC2B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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