Html Css Color HEX #EC2710 Scarlet

📋 copy color: '#EC2710'

red 236 ◦ green 39 ◦ blue 16

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

Shades of Scarlet #EC2710

Tints of Scarlet #EC2710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 81.1%
G = 13.4%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC2710 (or 0xEC2710) is known color: Scarlet. HEX triplet: EC, 27 and 10. RGB value is (236,39,16). Sum of RGB (Red+Green+Blue) = 236+39+16=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2710 is #13D8EF. Grayscale: #5F5F5F. Windows color (decimal): -1300720 or 1058796. OLE color: 1058796.

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

Color convert

RGB 236 39 16 -
CMYK 0 0.83 0.93 0.07
HSL 6.27º 0.87% 0.49% -
HSV(B) 6.27º 0.93% 0.93% -
XYZ 35.41 19.32 2.35 -
YUV 95.28 83.27 228.37 -
System Red Green Blue C M Y K H S L
Decimal 236 39 16 0 0.83 0.93 0.07 6.27 0.87 0.49
Hex EC 27 10 0 53 5D 7 6 57 31
Octal 354 47 20 0 123 135 7 6 127 61
Binary 11101100 100111 10000 0 1010011 1011101 111 110 1010111 110001

Color Harmonies of #EC2710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2710

Black with #EC2710

Text Example


Text Example

White with #EC2710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2710; }

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

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

background-color css

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

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

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

border-color css

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

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

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