Html Css Color HEX #EC3405 Scarlet

📋 copy color: '#EC3405'

red 236 ◦ green 52 ◦ blue 5

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

Shades of Scarlet #EC3405

Tints of Scarlet #EC3405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 80.55%
G = 17.75%
B = 1.71%

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

#EC3405 (or 0xEC3405) is known color: Scarlet. HEX triplet: EC, 34 and 05. RGB value is (236,52,5). Sum of RGB (Red+Green+Blue) = 236+52+5=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3405 is #13CBFA. Grayscale: #666666. Windows color (decimal): -1297403 or 341228. OLE color: 341228.

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

Color convert

RGB 236 52 5 -
CMYK 0 0.78 0.98 0.07
HSL 12.21º 0.96% 0.47% -
HSV(B) 12.21º 0.98% 0.93% -
XYZ 35.85 20.3 2.17 -
YUV 101.66 73.46 223.82 -
System Red Green Blue C M Y K H S L
Decimal 236 52 5 0 0.78 0.98 0.07 12.21 0.96 0.47
Hex EC 34 5 0 4E 62 7 C 60 2F
Octal 354 64 5 0 116 142 7 14 140 57
Binary 11101100 110100 101 0 1001110 1100010 111 1100 1100000 101111

Color Harmonies of #EC3405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3405

Black with #EC3405

Text Example


Text Example

White with #EC3405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3405; }

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

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

background-color css

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

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

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

border-color css

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

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

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