Html Css Color HEX #EC3404 Scarlet

📋 copy color: '#EC3404'

red 236 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #EC3404

Tints of Scarlet #EC3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

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

R = 80.82%
G = 17.81%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC3404 (or 0xEC3404) is known color: Scarlet. HEX triplet: EC, 34 and 04. RGB value is (236,52,4). Sum of RGB (Red+Green+Blue) = 236+52+4=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3404 is #13CBFB. Grayscale: #656565. Windows color (decimal): -1297404 or 275692. OLE color: 275692.

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

Color convert

RGB 236 52 4 -
CMYK 0 0.78 0.98 0.07
HSL 12.41º 0.97% 0.47% -
HSV(B) 12.41º 0.98% 0.93% -
XYZ 35.84 20.3 2.14 -
YUV 101.54 72.96 223.9 -
System Red Green Blue C M Y K H S L
Decimal 236 52 4 0 0.78 0.98 0.07 12.41 0.97 0.47
Hex EC 34 4 0 4E 62 7 C 61 2F
Octal 354 64 4 0 116 142 7 14 141 57
Binary 11101100 110100 100 0 1001110 1100010 111 1100 1100001 101111

Color Harmonies of #EC3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3404

Black with #EC3404

Text Example


Text Example

White with #EC3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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