Html Css Color HEX #EC290B Scarlet

📋 copy color: '#EC290B'

red 236 ◦ green 41 ◦ blue 11

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

Shades of Scarlet #EC290B

Tints of Scarlet #EC290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 81.94%
G = 14.24%
B = 3.82%

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

#EC290B (or 0xEC290B) is known color: Scarlet. HEX triplet: EC, 29 and 0B. RGB value is (236,41,11). Sum of RGB (Red+Green+Blue) = 236+41+11=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC290B is #13D6F4. Grayscale: #606060. Windows color (decimal): -1300213 or 731628. OLE color: 731628.

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

Color convert

RGB 236 41 11 -
CMYK 0 0.83 0.95 0.07
HSL 0.91% 0.48% -
HSV(B) 0.95% 0.93% -
XYZ 35.45 19.44 2.2 -
YUV 95.89 80.1 227.94 -
System Red Green Blue C M Y K H S L
Decimal 236 41 11 0 0.83 0.95 0.07 8 0.91 0.48
Hex EC 29 B 0 53 5F 7 8 5B 30
Octal 354 51 13 0 123 137 7 10 133 60
Binary 11101100 101001 1011 0 1010011 1011111 111 1000 1011011 110000

Color Harmonies of #EC290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC290B

Black with #EC290B

Text Example


Text Example

White with #EC290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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