Html Css Color HEX #EC261E Scarlet

📋 copy color: '#EC261E'

red 236 ◦ green 38 ◦ blue 30

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

Shades of Scarlet #EC261E

Tints of Scarlet #EC261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 77.63%
G = 12.5%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC261E (or 0xEC261E) is known color: Scarlet. HEX triplet: EC, 26 and 1E. RGB value is (236,38,30). Sum of RGB (Red+Green+Blue) = 236+38+30=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC261E is #13D9E1. Grayscale: #606060. Windows color (decimal): -1300962 or 1976044. OLE color: 1976044.

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

Color convert

RGB 236 38 30 -
CMYK 0 0.84 0.87 0.07
HSL 2.33º 0.84% 0.52% -
HSV(B) 2.33º 0.87% 0.93% -
XYZ 35.52 19.31 3.08 -
YUV 96.29 90.6 227.65 -
System Red Green Blue C M Y K H S L
Decimal 236 38 30 0 0.84 0.87 0.07 2.33 0.84 0.52
Hex EC 26 1E 0 54 57 7 2 54 34
Octal 354 46 36 0 124 127 7 2 124 64
Binary 11101100 100110 11110 0 1010100 1010111 111 10 1010100 110100

Color Harmonies of #EC261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC261E

Black with #EC261E

Text Example


Text Example

White with #EC261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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