Html Css Color HEX #EC1B0D Scarlet

📋 copy color: '#EC1B0D'

red 236 ◦ green 27 ◦ blue 13

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

Shades of Scarlet #EC1B0D

Tints of Scarlet #EC1B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 85.51%
G = 9.78%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC1B0D (or 0xEC1B0D) is known color: Scarlet. HEX triplet: EC, 1B and 0D. RGB value is (236,27,13). Sum of RGB (Red+Green+Blue) = 236+27+13=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1B0D is #13E4F2. Grayscale: #585858. Windows color (decimal): -1303795 or 859116. OLE color: 859116.

HSL color Cylindrical-coordinate representation of color #EC1B0D: hue angle of 3.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC1B0D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 27 13 -
CMYK 0 0.89 0.94 0.07
HSL 3.77º 0.9% 0.49% -
HSV(B) 3.77º 0.94% 0.93% -
XYZ 35.06 18.65 2.13 -
YUV 87.9 85.74 233.64 -
System Red Green Blue C M Y K H S L
Decimal 236 27 13 0 0.89 0.94 0.07 3.77 0.9 0.49
Hex EC 1B D 0 59 5E 7 4 5A 31
Octal 354 33 15 0 131 136 7 4 132 61
Binary 11101100 11011 1101 0 1011001 1011110 111 100 1011010 110001

Color Harmonies of #EC1B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B0D

Black with #EC1B0D

Text Example


Text Example

White with #EC1B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B0D; }

 p { color: rgb(236,27,13); }

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

background-color css

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

 a { background-color: rgb(236,27,13); }

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

border-color css

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

 span { border-color: rgb(236,27,13); }

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