Html Css Color HEX #ED101C Torch Red

📋 copy color: '#ED101C'

red 237 ◦ green 16 ◦ blue 28

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

Shades of Torch Red #ED101C

Tints of Torch Red #ED101C

RGB

 RED value IS 237 (92.97% from 255) = 84.34%

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 84.34%
G = 5.69%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED101C (or 0xED101C) is known color: Torch Red. HEX triplet: ED, 10 and 1C. RGB value is (237,16,28). Sum of RGB (Red+Green+Blue) = 237+16+28=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED101C is #12EFE3. Grayscale: #535353. Windows color (decimal): -1241060 or 1839341. OLE color: 1839341.

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

Color convert

RGB 237 16 28 -
CMYK 0 0.93 0.88 0.07
HSL 356.74º 0.87% 0.5% -
HSV(B) 356.74º 0.93% 0.93% -
XYZ 35.32 18.46 2.8 -
YUV 83.45 96.72 237.52 -
System Red Green Blue C M Y K H S L
Decimal 237 16 28 0 0.93 0.88 0.07 356.74 0.87 0.5
Hex ED 10 1C 0 5D 58 7 165 57 32
Octal 355 20 34 0 135 130 7 545 127 62
Binary 11101101 10000 11100 0 1011101 1011000 111 101100101 1010111 110010

Color Harmonies of #ED101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED101C

Black with #ED101C

Text Example


Text Example

White with #ED101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED101C; }

 p { color: rgb(237,16,28); }

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

background-color css

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

 a { background-color: rgb(237,16,28); }

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

border-color css

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

 span { border-color: rgb(237,16,28); }

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