Html Css Color HEX #EC3004 Scarlet

📋 copy color: '#EC3004'

red 236 ◦ green 48 ◦ blue 4

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

Shades of Scarlet #EC3004

Tints of Scarlet #EC3004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 81.94%
G = 16.67%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC3004 (or 0xEC3004) is known color: Scarlet. HEX triplet: EC, 30 and 04. RGB value is (236,48,4). Sum of RGB (Red+Green+Blue) = 236+48+4=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3004 is #13CFFB. Grayscale: #636363. Windows color (decimal): -1298428 or 274668. OLE color: 274668.

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

Color convert

RGB 236 48 4 -
CMYK 0 0.80 0.98 0.07
HSL 11.38º 0.97% 0.47% -
HSV(B) 11.38º 0.98% 0.93% -
XYZ 35.67 19.96 2.09 -
YUV 99.2 74.28 225.58 -
System Red Green Blue C M Y K H S L
Decimal 236 48 4 0 0.80 0.98 0.07 11.38 0.97 0.47
Hex EC 30 4 0 50 62 7 B 61 2F
Octal 354 60 4 0 120 142 7 13 141 57
Binary 11101100 110000 100 0 1010000 1100010 111 1011 1100001 101111

Color Harmonies of #EC3004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3004

Black with #EC3004

Text Example


Text Example

White with #EC3004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3004; }

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

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

background-color css

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

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

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

border-color css

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

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

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