Html Css Color HEX #ED101D Torch Red

📋 copy color: '#ED101D'

red 237 ◦ green 16 ◦ blue 29

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

Shades of Torch Red #ED101D

Tints of Torch Red #ED101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 84.04%
G = 5.67%
B = 10.28%

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

#ED101D (or 0xED101D) is known color: Torch Red. HEX triplet: ED, 10 and 1D. RGB value is (237,16,29). Sum of RGB (Red+Green+Blue) = 237+16+29=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED101D is #12EFE2. Grayscale: #535353. Windows color (decimal): -1241059 or 1904877. OLE color: 1904877.

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

Color convert

RGB 237 16 29 -
CMYK 0 0.93 0.88 0.07
HSL 356.47º 0.87% 0.5% -
HSV(B) 356.47º 0.93% 0.93% -
XYZ 35.33 18.46 2.86 -
YUV 83.56 97.22 237.44 -
System Red Green Blue C M Y K H S L
Decimal 237 16 29 0 0.93 0.88 0.07 356.47 0.87 0.5
Hex ED 10 1D 0 5D 58 7 164 57 32
Octal 355 20 35 0 135 130 7 544 127 62
Binary 11101101 10000 11101 0 1011101 1011000 111 101100100 1010111 110010

Color Harmonies of #ED101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED101D

Black with #ED101D

Text Example


Text Example

White with #ED101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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