Html Css Color HEX #EC280E Scarlet

📋 copy color: '#EC280E'

red 236 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #EC280E

Tints of Scarlet #EC280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.79%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 81.38%
G = 13.79%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC280E (or 0xEC280E) is known color: Scarlet. HEX triplet: EC, 28 and 0E. RGB value is (236,40,14). Sum of RGB (Red+Green+Blue) = 236+40+14=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC280E is #13D7F1. Grayscale: #5F5F5F. Windows color (decimal): -1300466 or 927980. OLE color: 927980.

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

Color convert

RGB 236 40 14 -
CMYK 0 0.83 0.94 0.07
HSL 7.03º 0.89% 0.49% -
HSV(B) 7.03º 0.94% 0.93% -
XYZ 35.43 19.38 2.29 -
YUV 95.64 81.93 228.11 -
System Red Green Blue C M Y K H S L
Decimal 236 40 14 0 0.83 0.94 0.07 7.03 0.89 0.49
Hex EC 28 E 0 53 5E 7 7 59 31
Octal 354 50 16 0 123 136 7 7 131 61
Binary 11101100 101000 1110 0 1010011 1011110 111 111 1011001 110001

Color Harmonies of #EC280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC280E

Black with #EC280E

Text Example


Text Example

White with #EC280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC280E; }

 p { color: rgb(236,40,14); }

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

background-color css

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

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

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

border-color css

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

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

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