Html Css Color HEX #ED0A3C Torch Red

📋 copy color: '#ED0A3C'

red 237 ◦ green 10 ◦ blue 60

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

Shades of Torch Red #ED0A3C

Tints of Torch Red #ED0A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 77.2%
G = 3.26%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED0A3C (or 0xED0A3C) is known color: Torch Red. HEX triplet: ED, 0A and 3C. RGB value is (237,10,60). Sum of RGB (Red+Green+Blue) = 237+10+60=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A3C is #12F5C3. Grayscale: #535353. Windows color (decimal): -1242564 or 3934957. OLE color: 3934957.

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

Color convert

RGB 237 10 60 -
CMYK 0 0.96 0.75 0.07
HSL 346.78º 0.92% 0.48% -
HSV(B) 346.78º 0.96% 0.93% -
XYZ 35.85 18.55 5.97 -
YUV 83.57 114.71 237.43 -
System Red Green Blue C M Y K H S L
Decimal 237 10 60 0 0.96 0.75 0.07 346.78 0.92 0.48
Hex ED A 3C 0 60 4B 7 15B 5C 30
Octal 355 12 74 0 140 113 7 533 134 60
Binary 11101101 1010 111100 0 1100000 1001011 111 101011011 1011100 110000

Color Harmonies of #ED0A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A3C

Black with #ED0A3C

Text Example


Text Example

White with #ED0A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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