Html Css Color HEX #EC2906 Scarlet

📋 copy color: '#EC2906'

red 236 ◦ green 41 ◦ blue 6

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

Shades of Scarlet #EC2906

Tints of Scarlet #EC2906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 83.39%
G = 14.49%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2906 (or 0xEC2906) is known color: Scarlet. HEX triplet: EC, 29 and 06. RGB value is (236,41,6). Sum of RGB (Red+Green+Blue) = 236+41+6=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2906 is #13D6F9. Grayscale: #5F5F5F. Windows color (decimal): -1300218 or 403948. OLE color: 403948.

HSL color Cylindrical-coordinate representation of color #EC2906: hue angle of 9.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2906 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 41 6 -
CMYK 0 0.83 0.97 0.07
HSL 9.13º 0.95% 0.47% -
HSV(B) 9.13º 0.97% 0.93% -
XYZ 35.42 19.43 2.06 -
YUV 95.32 77.6 228.35 -
System Red Green Blue C M Y K H S L
Decimal 236 41 6 0 0.83 0.97 0.07 9.13 0.95 0.47
Hex EC 29 6 0 53 61 7 9 5F 2F
Octal 354 51 6 0 123 141 7 11 137 57
Binary 11101100 101001 110 0 1010011 1100001 111 1001 1011111 101111

Color Harmonies of #EC2906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2906

Black with #EC2906

Text Example


Text Example

White with #EC2906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2906; }

 p { color: rgb(236,41,6); }

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

background-color css

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

 a { background-color: rgb(236,41,6); }

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

border-color css

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

 span { border-color: rgb(236,41,6); }

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