Html Css Color HEX #EC2700 Scarlet

📋 copy color: '#EC2700'

red 236 ◦ green 39 ◦ blue 0

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

Shades of Scarlet #EC2700

Tints of Scarlet #EC2700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.82%
G = 14.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC2700 (or 0xEC2700) is known color: Scarlet. HEX triplet: EC, 27 and 00. RGB value is (236,39,0). Sum of RGB (Red+Green+Blue) = 236+39+0=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2700 is #13D8FF. Grayscale: #5D5D5D. Windows color (decimal): -1300736 or 10220. OLE color: 10220.

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

Color convert

RGB 236 39 0 -
CMYK 0 0.83 1 0.07
HSL 9.92º 1% 0.46% -
HSV(B) 9.92º 1% 0.93% -
XYZ 35.32 19.28 1.86 -
YUV 93.46 75.27 229.67 -
System Red Green Blue C M Y K H S L
Decimal 236 39 0 0 0.83 1 0.07 9.92 1 0.46
Hex EC 27 0 0 53 64 7 A 64 2E
Octal 354 47 0 0 123 144 7 12 144 56
Binary 11101100 100111 0 0 1010011 1100100 111 1010 1100100 101110

Color Harmonies of #EC2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2700

Black with #EC2700

Text Example


Text Example

White with #EC2700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2700; }

 p { color: rgb(236,39,0); }

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

background-color css

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

 a { background-color: rgb(236,39,0); }

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

border-color css

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

 span { border-color: rgb(236,39,0); }

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