Html Css Color HEX #EC1F1E Scarlet

📋 copy color: '#EC1F1E'

red 236 ◦ green 31 ◦ blue 30

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

Shades of Scarlet #EC1F1E

Tints of Scarlet #EC1F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 79.46%
G = 10.44%
B = 10.1%

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

#EC1F1E (or 0xEC1F1E) is known color: Scarlet. HEX triplet: EC, 1F and 1E. RGB value is (236,31,30). Sum of RGB (Red+Green+Blue) = 236+31+30=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F1E is #13E0E1. Grayscale: #5C5C5C. Windows color (decimal): -1302754 or 1974252. OLE color: 1974252.

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

Color convert

RGB 236 31 30 -
CMYK 0 0.87 0.87 0.07
HSL 0.29º 0.84% 0.52% -
HSV(B) 0.29º 0.87% 0.93% -
XYZ 35.32 18.91 3.02 -
YUV 92.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 236 31 30 0 0.87 0.87 0.07 0.29 0.84 0.52
Hex EC 1F 1E 0 57 57 7 0 54 34
Octal 354 37 36 0 127 127 7 0 124 64
Binary 11101100 11111 11110 0 1010111 1010111 111 0 1010100 110100

Color Harmonies of #EC1F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F1E

Black with #EC1F1E

Text Example


Text Example

White with #EC1F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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