Html Css Color HEX #EC261A Scarlet

📋 copy color: '#EC261A'

red 236 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #EC261A

Tints of Scarlet #EC261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 78.67%
G = 12.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC261A (or 0xEC261A) is known color: Scarlet. HEX triplet: EC, 26 and 1A. RGB value is (236,38,26). Sum of RGB (Red+Green+Blue) = 236+38+26=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC261A is #13D9E5. Grayscale: #606060. Windows color (decimal): -1300966 or 1713900. OLE color: 1713900.

HSL color Cylindrical-coordinate representation of color #EC261A: hue angle of 3.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC261A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 38 26 -
CMYK 0 0.84 0.89 0.07
HSL 3.43º 0.85% 0.51% -
HSV(B) 3.43º 0.89% 0.93% -
XYZ 35.47 19.29 2.83 -
YUV 95.83 88.6 227.98 -
System Red Green Blue C M Y K H S L
Decimal 236 38 26 0 0.84 0.89 0.07 3.43 0.85 0.51
Hex EC 26 1A 0 54 59 7 3 55 33
Octal 354 46 32 0 124 131 7 3 125 63
Binary 11101100 100110 11010 0 1010100 1011001 111 11 1010101 110011

Color Harmonies of #EC261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC261A

Black with #EC261A

Text Example


Text Example

White with #EC261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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