Html Css Color HEX #EC320B Scarlet

📋 copy color: '#EC320B'

red 236 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #EC320B

Tints of Scarlet #EC320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 79.46%
G = 16.84%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC320B (or 0xEC320B) is known color: Scarlet. HEX triplet: EC, 32 and 0B. RGB value is (236,50,11). Sum of RGB (Red+Green+Blue) = 236+50+11=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC320B is #13CDF4. Grayscale: #656565. Windows color (decimal): -1297909 or 733932. OLE color: 733932.

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

Color convert

RGB 236 50 11 -
CMYK 0 0.79 0.95 0.07
HSL 10.4º 0.91% 0.48% -
HSV(B) 10.4º 0.95% 0.93% -
XYZ 35.79 20.14 2.32 -
YUV 101.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 236 50 11 0 0.79 0.95 0.07 10.4 0.91 0.48
Hex EC 32 B 0 4F 5F 7 A 5B 30
Octal 354 62 13 0 117 137 7 12 133 60
Binary 11101100 110010 1011 0 1001111 1011111 111 1010 1011011 110000

Color Harmonies of #EC320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC320B

Black with #EC320B

Text Example


Text Example

White with #EC320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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