Html Css Color HEX #EC290C Scarlet

📋 copy color: '#EC290C'

red 236 ◦ green 41 ◦ blue 12

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

Shades of Scarlet #EC290C

Tints of Scarlet #EC290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 81.66%
G = 14.19%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC290C (or 0xEC290C) is known color: Scarlet. HEX triplet: EC, 29 and 0C. RGB value is (236,41,12). Sum of RGB (Red+Green+Blue) = 236+41+12=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC290C is #13D6F3. Grayscale: #606060. Windows color (decimal): -1300212 or 797164. OLE color: 797164.

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

Color convert

RGB 236 41 12 -
CMYK 0 0.83 0.95 0.07
HSL 7.77º 0.9% 0.49% -
HSV(B) 7.77º 0.95% 0.93% -
XYZ 35.45 19.45 2.23 -
YUV 96 80.6 227.86 -
System Red Green Blue C M Y K H S L
Decimal 236 41 12 0 0.83 0.95 0.07 7.77 0.9 0.49
Hex EC 29 C 0 53 5F 7 8 5A 31
Octal 354 51 14 0 123 137 7 10 132 61
Binary 11101100 101001 1100 0 1010011 1011111 111 1000 1011010 110001

Color Harmonies of #EC290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC290C

Black with #EC290C

Text Example


Text Example

White with #EC290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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