Html Css Color HEX #EC1F1D Scarlet

📋 copy color: '#EC1F1D'

red 236 ◦ green 31 ◦ blue 29

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

Shades of Scarlet #EC1F1D

Tints of Scarlet #EC1F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.47%

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 79.73%
G = 10.47%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC1F1D (or 0xEC1F1D) is known color: Scarlet. HEX triplet: EC, 1F and 1D. RGB value is (236,31,29). Sum of RGB (Red+Green+Blue) = 236+31+29=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F1D is #13E0E2. Grayscale: #5C5C5C. Windows color (decimal): -1302755 or 1908716. OLE color: 1908716.

HSL color Cylindrical-coordinate representation of color #EC1F1D: hue angle of 0.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1F1D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 31 29 -
CMYK 0 0.87 0.88 0.07
HSL 0.58º 0.84% 0.52% -
HSV(B) 0.58º 0.88% 0.93% -
XYZ 35.3 18.9 2.95 -
YUV 92.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 236 31 29 0 0.87 0.88 0.07 0.58 0.84 0.52
Hex EC 1F 1D 0 57 58 7 1 54 34
Octal 354 37 35 0 127 130 7 1 124 64
Binary 11101100 11111 11101 0 1010111 1011000 111 1 1010100 110100

Color Harmonies of #EC1F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F1D

Black with #EC1F1D

Text Example


Text Example

White with #EC1F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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