Html Css Color HEX #EC140F Scarlet

📋 copy color: '#EC140F'

red 236 ◦ green 20 ◦ blue 15

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

Shades of Scarlet #EC140F

Tints of Scarlet #EC140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 87.08%
G = 7.38%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC140F (or 0xEC140F) is known color: Scarlet. HEX triplet: EC, 14 and 0F. RGB value is (236,20,15). Sum of RGB (Red+Green+Blue) = 236+20+15=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC140F is #13EBF0. Grayscale: #545454. Windows color (decimal): -1305585 or 988396. OLE color: 988396.

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

Color convert

RGB 236 20 15 -
CMYK 0 0.92 0.94 0.07
HSL 1.36º 0.88% 0.49% -
HSV(B) 1.36º 0.94% 0.93% -
XYZ 34.93 18.37 2.16 -
YUV 84.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 236 20 15 0 0.92 0.94 0.07 1.36 0.88 0.49
Hex EC 14 F 0 5C 5E 7 1 58 31
Octal 354 24 17 0 134 136 7 1 130 61
Binary 11101100 10100 1111 0 1011100 1011110 111 1 1011000 110001

Color Harmonies of #EC140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC140F

Black with #EC140F

Text Example


Text Example

White with #EC140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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