Html Css Color HEX #ED0D3D Torch Red

📋 copy color: '#ED0D3D'

red 237 ◦ green 13 ◦ blue 61

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

Shades of Torch Red #ED0D3D

Tints of Torch Red #ED0D3D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 76.21%
G = 4.18%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED0D3D (or 0xED0D3D) is known color: Torch Red. HEX triplet: ED, 0D and 3D. RGB value is (237,13,61). Sum of RGB (Red+Green+Blue) = 237+13+61=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D3D is #12F2C2. Grayscale: #555555. Windows color (decimal): -1241795 or 4001261. OLE color: 4001261.

HSL color Cylindrical-coordinate representation of color #ED0D3D: hue angle of 347.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0D3D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 13 61 -
CMYK 0 0.95 0.74 0.07
HSL 347.14º 0.9% 0.49% -
HSV(B) 347.14º 0.95% 0.93% -
XYZ 35.91 18.63 6.12 -
YUV 85.45 114.21 236.1 -
System Red Green Blue C M Y K H S L
Decimal 237 13 61 0 0.95 0.74 0.07 347.14 0.9 0.49
Hex ED D 3D 0 5F 4A 7 15B 5A 31
Octal 355 15 75 0 137 112 7 533 132 61
Binary 11101101 1101 111101 0 1011111 1001010 111 101011011 1011010 110001

Color Harmonies of #ED0D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D3D

Black with #ED0D3D

Text Example


Text Example

White with #ED0D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D3D; }

 p { color: rgb(237,13,61); }

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

background-color css

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

 a { background-color: rgb(237,13,61); }

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

border-color css

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

 span { border-color: rgb(237,13,61); }

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