Html Css Color HEX #EC261B Scarlet

📋 copy color: '#EC261B'

red 236 ◦ green 38 ◦ blue 27

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

Shades of Scarlet #EC261B

Tints of Scarlet #EC261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 78.41%
G = 12.62%
B = 8.97%

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

#EC261B (or 0xEC261B) is known color: Scarlet. HEX triplet: EC, 26 and 1B. RGB value is (236,38,27). Sum of RGB (Red+Green+Blue) = 236+38+27=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC261B is #13D9E4. Grayscale: #606060. Windows color (decimal): -1300965 or 1779436. OLE color: 1779436.

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

Color convert

RGB 236 38 27 -
CMYK 0 0.84 0.89 0.07
HSL 3.16º 0.85% 0.52% -
HSV(B) 3.16º 0.89% 0.93% -
XYZ 35.48 19.3 2.89 -
YUV 95.95 89.1 227.89 -
System Red Green Blue C M Y K H S L
Decimal 236 38 27 0 0.84 0.89 0.07 3.16 0.85 0.52
Hex EC 26 1B 0 54 59 7 3 55 34
Octal 354 46 33 0 124 131 7 3 125 64
Binary 11101100 100110 11011 0 1010100 1011001 111 11 1010101 110100

Color Harmonies of #EC261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC261B

Black with #EC261B

Text Example


Text Example

White with #EC261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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