Html Css Color HEX #ED0A2D Torch Red

📋 copy color: '#ED0A2D'

red 237 ◦ green 10 ◦ blue 45

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

Shades of Torch Red #ED0A2D

Tints of Torch Red #ED0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 81.16%
G = 3.42%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED0A2D (or 0xED0A2D) is known color: Torch Red. HEX triplet: ED, 0A and 2D. RGB value is (237,10,45). Sum of RGB (Red+Green+Blue) = 237+10+45=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A2D is #12F5D2. Grayscale: #515151. Windows color (decimal): -1242579 or 2951917. OLE color: 2951917.

HSL color Cylindrical-coordinate representation of color #ED0A2D: hue angle of 350.75º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A2D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 45 -
CMYK 0 0.96 0.81 0.07
HSL 350.75º 0.92% 0.48% -
HSV(B) 350.75º 0.96% 0.93% -
XYZ 35.51 18.41 4.16 -
YUV 81.86 107.21 238.65 -
System Red Green Blue C M Y K H S L
Decimal 237 10 45 0 0.96 0.81 0.07 350.75 0.92 0.48
Hex ED A 2D 0 60 51 7 15F 5C 30
Octal 355 12 55 0 140 121 7 537 134 60
Binary 11101101 1010 101101 0 1100000 1010001 111 101011111 1011100 110000

Color Harmonies of #ED0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A2D

Black with #ED0A2D

Text Example


Text Example

White with #ED0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A2D; }

 p { color: rgb(237,10,45); }

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

background-color css

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

 a { background-color: rgb(237,10,45); }

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

border-color css

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

 span { border-color: rgb(237,10,45); }

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