Html Css Color HEX #EC3203 Scarlet

📋 copy color: '#EC3203'

red 236 ◦ green 50 ◦ blue 3

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

Shades of Scarlet #EC3203

Tints of Scarlet #EC3203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 81.66%
G = 17.3%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3203 (or 0xEC3203) is known color: Scarlet. HEX triplet: EC, 32 and 03. RGB value is (236,50,3). Sum of RGB (Red+Green+Blue) = 236+50+3=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3203 is #13CDFC. Grayscale: #646464. Windows color (decimal): -1297917 or 209644. OLE color: 209644.

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

Color convert

RGB 236 50 3 -
CMYK 0 0.79 0.99 0.07
HSL 12.1º 0.97% 0.47% -
HSV(B) 12.1º 0.99% 0.93% -
XYZ 35.75 20.12 2.09 -
YUV 100.26 73.12 224.82 -
System Red Green Blue C M Y K H S L
Decimal 236 50 3 0 0.79 0.99 0.07 12.1 0.97 0.47
Hex EC 32 3 0 4F 63 7 C 61 2F
Octal 354 62 3 0 117 143 7 14 141 57
Binary 11101100 110010 11 0 1001111 1100011 111 1100 1100001 101111

Color Harmonies of #EC3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3203

Black with #EC3203

Text Example


Text Example

White with #EC3203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3203; }

 p { color: rgb(236,50,3); }

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

background-color css

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

 a { background-color: rgb(236,50,3); }

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

border-color css

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

 span { border-color: rgb(236,50,3); }

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