Html Css Color HEX #EC1D05 Scarlet

📋 copy color: '#EC1D05'

red 236 ◦ green 29 ◦ blue 5

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

Shades of Scarlet #EC1D05

Tints of Scarlet #EC1D05

RGB

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

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

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

R = 87.41%
G = 10.74%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC1D05 (or 0xEC1D05) is known color: Scarlet. HEX triplet: EC, 1D and 05. RGB value is (236,29,5). Sum of RGB (Red+Green+Blue) = 236+29+5=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1D05 is #13E2FA. Grayscale: #585858. Windows color (decimal): -1303291 or 335340. OLE color: 335340.

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

Color convert

RGB 236 29 5 -
CMYK 0 0.88 0.98 0.07
HSL 6.23º 0.96% 0.47% -
HSV(B) 6.23º 0.98% 0.93% -
XYZ 35.06 18.72 1.91 -
YUV 88.16 81.08 233.45 -
System Red Green Blue C M Y K H S L
Decimal 236 29 5 0 0.88 0.98 0.07 6.23 0.96 0.47
Hex EC 1D 5 0 58 62 7 6 60 2F
Octal 354 35 5 0 130 142 7 6 140 57
Binary 11101100 11101 101 0 1011000 1100010 111 110 1100000 101111

Color Harmonies of #EC1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D05

Black with #EC1D05

Text Example


Text Example

White with #EC1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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