Html Css Color HEX #EC2F10 Scarlet

📋 copy color: '#EC2F10'

red 236 ◦ green 47 ◦ blue 16

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

Shades of Scarlet #EC2F10

Tints of Scarlet #EC2F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

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

R = 78.93%
G = 15.72%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC2F10 (or 0xEC2F10) is known color: Scarlet. HEX triplet: EC, 2F and 10. RGB value is (236,47,16). Sum of RGB (Red+Green+Blue) = 236+47+16=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2F10 is #13D0EF. Grayscale: #646464. Windows color (decimal): -1298672 or 1060844. OLE color: 1060844.

HSL color Cylindrical-coordinate representation of color #EC2F10: hue angle of 8.45º 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 #EC2F10 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 47 16 -
CMYK 0 0.80 0.93 0.07
HSL 8.45º 0.87% 0.49% -
HSV(B) 8.45º 0.93% 0.93% -
XYZ 35.7 19.9 2.45 -
YUV 99.98 80.62 225.02 -
System Red Green Blue C M Y K H S L
Decimal 236 47 16 0 0.80 0.93 0.07 8.45 0.87 0.49
Hex EC 2F 10 0 50 5D 7 8 57 31
Octal 354 57 20 0 120 135 7 10 127 61
Binary 11101100 101111 10000 0 1010000 1011101 111 1000 1010111 110001

Color Harmonies of #EC2F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F10

Black with #EC2F10

Text Example


Text Example

White with #EC2F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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