Html Css Color HEX #ED0824 Torch Red

📋 copy color: '#ED0824'

red 237 ◦ green 8 ◦ blue 36

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

Shades of Torch Red #ED0824

Tints of Torch Red #ED0824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 84.34%
G = 2.85%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED0824 (or 0xED0824) is known color: Torch Red. HEX triplet: ED, 08 and 24. RGB value is (237,8,36). Sum of RGB (Red+Green+Blue) = 237+8+36=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0824 is #12F7DB. Grayscale: #4F4F4F. Windows color (decimal): -1243100 or 2361581. OLE color: 2361581.

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

Color convert

RGB 237 8 36 -
CMYK 0 0.97 0.85 0.07
HSL 352.66º 0.93% 0.48% -
HSV(B) 352.66º 0.97% 0.93% -
XYZ 35.33 18.31 3.34 -
YUV 79.66 103.37 240.22 -
System Red Green Blue C M Y K H S L
Decimal 237 8 36 0 0.97 0.85 0.07 352.66 0.93 0.48
Hex ED 8 24 0 61 55 7 161 5D 30
Octal 355 10 44 0 141 125 7 541 135 60
Binary 11101101 1000 100100 0 1100001 1010101 111 101100001 1011101 110000

Color Harmonies of #ED0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0824

Black with #ED0824

Text Example


Text Example

White with #ED0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0824; }

 p { color: rgb(237,8,36); }

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

background-color css

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

 a { background-color: rgb(237,8,36); }

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

border-color css

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

 span { border-color: rgb(237,8,36); }

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