Html Css Color HEX #EC1F1F Scarlet

📋 copy color: '#EC1F1F'

red 236 ◦ green 31 ◦ blue 31

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

Shades of Scarlet #EC1F1F

Tints of Scarlet #EC1F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 79.19%
G = 10.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC1F1F (or 0xEC1F1F) is known color: Scarlet. HEX triplet: EC, 1F and 1F. RGB value is (236,31,31). Sum of RGB (Red+Green+Blue) = 236+31+31=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F1F is #13E0E0. Grayscale: #5C5C5C. Windows color (decimal): -1302753 or 2039788. OLE color: 2039788.

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

Color convert

RGB 236 31 31 -
CMYK 0 0.87 0.87 0.07
HSL 0.84% 0.52% -
HSV(B) 0.87% 0.93% -
XYZ 35.33 18.91 3.08 -
YUV 92.3 93.42 230.5 -
System Red Green Blue C M Y K H S L
Decimal 236 31 31 0 0.87 0.87 0.07 0 0.84 0.52
Hex EC 1F 1F 0 57 57 7 0 54 34
Octal 354 37 37 0 127 127 7 0 124 64
Binary 11101100 11111 11111 0 1010111 1010111 111 0 1010100 110100

Color Harmonies of #EC1F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F1F

Black with #EC1F1F

Text Example


Text Example

White with #EC1F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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