Html Css Color HEX #EC1D03 Scarlet

📋 copy color: '#EC1D03'

red 236 ◦ green 29 ◦ blue 3

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

Shades of Scarlet #EC1D03

Tints of Scarlet #EC1D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

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

R = 88.06%
G = 10.82%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1D03 (or 0xEC1D03) is known color: Scarlet. HEX triplet: EC, 1D and 03. RGB value is (236,29,3). Sum of RGB (Red+Green+Blue) = 236+29+3=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1D03 is #13E2FC. Grayscale: #585858. Windows color (decimal): -1303293 or 204268. OLE color: 204268.

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

Color convert

RGB 236 29 3 -
CMYK 0 0.88 0.99 0.07
HSL 6.7º 0.97% 0.47% -
HSV(B) 6.7º 0.99% 0.93% -
XYZ 35.05 18.72 1.85 -
YUV 87.93 80.08 233.61 -
System Red Green Blue C M Y K H S L
Decimal 236 29 3 0 0.88 0.99 0.07 6.7 0.97 0.47
Hex EC 1D 3 0 58 63 7 7 61 2F
Octal 354 35 3 0 130 143 7 7 141 57
Binary 11101100 11101 11 0 1011000 1100011 111 111 1100001 101111

Color Harmonies of #EC1D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D03

Black with #EC1D03

Text Example


Text Example

White with #EC1D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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