Html Css Color HEX #EC260E Scarlet

📋 copy color: '#EC260E'

red 236 ◦ green 38 ◦ blue 14

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

Shades of Scarlet #EC260E

Tints of Scarlet #EC260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

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

R = 81.94%
G = 13.19%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC260E (or 0xEC260E) is known color: Scarlet. HEX triplet: EC, 26 and 0E. RGB value is (236,38,14). Sum of RGB (Red+Green+Blue) = 236+38+14=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC260E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC260E is #13D9F1. Grayscale: #5E5E5E. Windows color (decimal): -1300978 or 927468. OLE color: 927468.

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

Color convert

RGB 236 38 14 -
CMYK 0 0.84 0.94 0.07
HSL 6.49º 0.89% 0.49% -
HSV(B) 6.49º 0.94% 0.93% -
XYZ 35.36 19.25 2.27 -
YUV 94.47 82.6 228.95 -
System Red Green Blue C M Y K H S L
Decimal 236 38 14 0 0.84 0.94 0.07 6.49 0.89 0.49
Hex EC 26 E 0 54 5E 7 6 59 31
Octal 354 46 16 0 124 136 7 6 131 61
Binary 11101100 100110 1110 0 1010100 1011110 111 110 1011001 110001

Color Harmonies of #EC260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC260E

Black with #EC260E

Text Example


Text Example

White with #EC260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC260E; }

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

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

background-color css

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

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

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

border-color css

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

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

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