Html Css Color HEX #EC3000 Scarlet

📋 copy color: '#EC3000'

red 236 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #EC3000

Tints of Scarlet #EC3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.1%
G = 16.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC3000 (or 0xEC3000) is known color: Scarlet. HEX triplet: EC, 30 and 00. RGB value is (236,48,0). Sum of RGB (Red+Green+Blue) = 236+48+0=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3000 is #13CFFF. Grayscale: #636363. Windows color (decimal): -1298432 or 12524. OLE color: 12524.

HSL color Cylindrical-coordinate representation of color #EC3000: hue angle of 12.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3000 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 0 -
CMYK 0 0.80 1 0.07
HSL 12.2º 1% 0.46% -
HSV(B) 12.2º 1% 0.93% -
XYZ 35.65 19.95 1.97 -
YUV 98.74 72.28 225.9 -
System Red Green Blue C M Y K H S L
Decimal 236 48 0 0 0.80 1 0.07 12.2 1 0.46
Hex EC 30 0 0 50 64 7 C 64 2E
Octal 354 60 0 0 120 144 7 14 144 56
Binary 11101100 110000 0 0 1010000 1100100 111 1100 1100100 101110

Color Harmonies of #EC3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3000

Black with #EC3000

Text Example


Text Example

White with #EC3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3000; }

 p { color: rgb(236,48,0); }

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

background-color css

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

 a { background-color: rgb(236,48,0); }

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

border-color css

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

 span { border-color: rgb(236,48,0); }

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