Html Css Color HEX #EC280A Scarlet

📋 copy color: '#EC280A'

red 236 ◦ green 40 ◦ blue 10

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

Shades of Scarlet #EC280A

Tints of Scarlet #EC280A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 82.52%
G = 13.99%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC280A (or 0xEC280A) is known color: Scarlet. HEX triplet: EC, 28 and 0A. RGB value is (236,40,10). Sum of RGB (Red+Green+Blue) = 236+40+10=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC280A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC280A is #13D7F5. Grayscale: #5F5F5F. Windows color (decimal): -1300470 or 665836. OLE color: 665836.

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

Color convert

RGB 236 40 10 -
CMYK 0 0.83 0.96 0.07
HSL 7.96º 0.92% 0.48% -
HSV(B) 7.96º 0.96% 0.93% -
XYZ 35.41 19.37 2.16 -
YUV 95.18 79.93 228.44 -
System Red Green Blue C M Y K H S L
Decimal 236 40 10 0 0.83 0.96 0.07 7.96 0.92 0.48
Hex EC 28 A 0 53 60 7 8 5C 30
Octal 354 50 12 0 123 140 7 10 134 60
Binary 11101100 101000 1010 0 1010011 1100000 111 1000 1011100 110000

Color Harmonies of #EC280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC280A

Black with #EC280A

Text Example


Text Example

White with #EC280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC280A; }

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

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

background-color css

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

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

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

border-color css

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

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

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