Html Css Color HEX #EC1805 Scarlet

📋 copy color: '#EC1805'

red 236 ◦ green 24 ◦ blue 5

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

Shades of Scarlet #EC1805

Tints of Scarlet #EC1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 89.06%
G = 9.06%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC1805 (or 0xEC1805) is known color: Scarlet. HEX triplet: EC, 18 and 05. RGB value is (236,24,5). Sum of RGB (Red+Green+Blue) = 236+24+5=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1805 is #13E7FA. Grayscale: #555555. Windows color (decimal): -1304571 or 334060. OLE color: 334060.

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

Color convert

RGB 236 24 5 -
CMYK 0 0.90 0.98 0.07
HSL 4.94º 0.96% 0.47% -
HSV(B) 4.94º 0.98% 0.93% -
XYZ 34.95 18.5 1.87 -
YUV 85.22 82.74 235.54 -
System Red Green Blue C M Y K H S L
Decimal 236 24 5 0 0.90 0.98 0.07 4.94 0.96 0.47
Hex EC 18 5 0 5A 62 7 5 60 2F
Octal 354 30 5 0 132 142 7 5 140 57
Binary 11101100 11000 101 0 1011010 1100010 111 101 1100000 101111

Color Harmonies of #EC1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1805

Black with #EC1805

Text Example


Text Example

White with #EC1805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1805; }

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

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

background-color css

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

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

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

border-color css

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

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

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