Html Css Color HEX #EC1F0F Scarlet

📋 copy color: '#EC1F0F'

red 236 ◦ green 31 ◦ blue 15

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

Shades of Scarlet #EC1F0F

Tints of Scarlet #EC1F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 83.69%
G = 10.99%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC1F0F (or 0xEC1F0F) is known color: Scarlet. HEX triplet: EC, 1F and 0F. RGB value is (236,31,15). Sum of RGB (Red+Green+Blue) = 236+31+15=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F0F is #13E0F0. Grayscale: #5A5A5A. Windows color (decimal): -1302769 or 991212. OLE color: 991212.

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

Color convert

RGB 236 31 15 -
CMYK 0 0.87 0.94 0.07
HSL 4.34º 0.88% 0.49% -
HSV(B) 4.34º 0.94% 0.93% -
XYZ 35.17 18.85 2.24 -
YUV 90.47 85.42 231.8 -
System Red Green Blue C M Y K H S L
Decimal 236 31 15 0 0.87 0.94 0.07 4.34 0.88 0.49
Hex EC 1F F 0 57 5E 7 4 58 31
Octal 354 37 17 0 127 136 7 4 130 61
Binary 11101100 11111 1111 0 1010111 1011110 111 100 1011000 110001

Color Harmonies of #EC1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F0F

Black with #EC1F0F

Text Example


Text Example

White with #EC1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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