Html Css Color HEX #EC102F Torch Red

📋 copy color: '#EC102F'

red 236 ◦ green 16 ◦ blue 47

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

Shades of Torch Red #EC102F

Tints of Torch Red #EC102F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC102F (or 0xEC102F) is known color: Torch Red. HEX triplet: EC, 10 and 2F. RGB value is (236,16,47). Sum of RGB (Red+Green+Blue) = 236+16+47=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC102F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC102F is #13EFD0. Grayscale: #555555. Windows color (decimal): -1306577 or 3084524. OLE color: 3084524.

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

Color convert

RGB 236 16 47 -
CMYK 0 0.93 0.80 0.07
HSL 351.55º 0.87% 0.49% -
HSV(B) 351.55º 0.93% 0.93% -
XYZ 35.29 18.41 4.38 -
YUV 85.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 236 16 47 0 0.93 0.80 0.07 351.55 0.87 0.49
Hex EC 10 2F 0 5D 50 7 160 57 31
Octal 354 20 57 0 135 120 7 540 127 61
Binary 11101100 10000 101111 0 1011101 1010000 111 101100000 1010111 110001

Color Harmonies of #EC102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC102F

Black with #EC102F

Text Example


Text Example

White with #EC102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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