Html Css Color HEX #EC280D Scarlet

📋 copy color: '#EC280D'

red 236 ◦ green 40 ◦ blue 13

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

Shades of Scarlet #EC280D

Tints of Scarlet #EC280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.5%

R = 81.66%
G = 13.84%
B = 4.5%

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

#EC280D (or 0xEC280D) is known color: Scarlet. HEX triplet: EC, 28 and 0D. RGB value is (236,40,13). Sum of RGB (Red+Green+Blue) = 236+40+13=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC280D is #13D7F2. Grayscale: #5F5F5F. Windows color (decimal): -1300467 or 862444. OLE color: 862444.

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

Color convert

RGB 236 40 13 -
CMYK 0 0.83 0.94 0.07
HSL 7.26º 0.9% 0.49% -
HSV(B) 7.26º 0.94% 0.93% -
XYZ 35.42 19.38 2.25 -
YUV 95.53 81.43 228.2 -
System Red Green Blue C M Y K H S L
Decimal 236 40 13 0 0.83 0.94 0.07 7.26 0.9 0.49
Hex EC 28 D 0 53 5E 7 7 5A 31
Octal 354 50 15 0 123 136 7 7 132 61
Binary 11101100 101000 1101 0 1010011 1011110 111 111 1011010 110001

Color Harmonies of #EC280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC280D

Black with #EC280D

Text Example


Text Example

White with #EC280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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