Html Css Color HEX #EC2E09 Scarlet

📋 copy color: '#EC2E09'

red 236 ◦ green 46 ◦ blue 9

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

Shades of Scarlet #EC2E09

Tints of Scarlet #EC2E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

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

R = 81.1%
G = 15.81%
B = 3.09%

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

#EC2E09 (or 0xEC2E09) is known color: Scarlet. HEX triplet: EC, 2E and 09. RGB value is (236,46,9). Sum of RGB (Red+Green+Blue) = 236+46+9=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E09 is #13D1F6. Grayscale: #626262. Windows color (decimal): -1298935 or 601836. OLE color: 601836.

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

Color convert

RGB 236 46 9 -
CMYK 0 0.81 0.96 0.07
HSL 9.78º 0.93% 0.48% -
HSV(B) 9.78º 0.96% 0.93% -
XYZ 35.62 19.81 2.2 -
YUV 98.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 236 46 9 0 0.81 0.96 0.07 9.78 0.93 0.48
Hex EC 2E 9 0 51 60 7 A 5D 30
Octal 354 56 11 0 121 140 7 12 135 60
Binary 11101100 101110 1001 0 1010001 1100000 111 1010 1011101 110000

Color Harmonies of #EC2E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E09

Black with #EC2E09

Text Example


Text Example

White with #EC2E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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