Html Css Color HEX #ED0822 Torch Red

📋 copy color: '#ED0822'

red 237 ◦ green 8 ◦ blue 34

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

Shades of Torch Red #ED0822

Tints of Torch Red #ED0822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 84.95%
G = 2.87%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED0822 (or 0xED0822) is known color: Torch Red. HEX triplet: ED, 08 and 22. RGB value is (237,8,34). Sum of RGB (Red+Green+Blue) = 237+8+34=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0822 is #12F7DD. Grayscale: #4F4F4F. Windows color (decimal): -1243102 or 2230509. OLE color: 2230509.

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

Color convert

RGB 237 8 34 -
CMYK 0 0.97 0.86 0.07
HSL 353.19º 0.93% 0.48% -
HSV(B) 353.19º 0.97% 0.93% -
XYZ 35.3 18.29 3.18 -
YUV 79.44 102.37 240.39 -
System Red Green Blue C M Y K H S L
Decimal 237 8 34 0 0.97 0.86 0.07 353.19 0.93 0.48
Hex ED 8 22 0 61 56 7 161 5D 30
Octal 355 10 42 0 141 126 7 541 135 60
Binary 11101101 1000 100010 0 1100001 1010110 111 101100001 1011101 110000

Color Harmonies of #ED0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0822

Black with #ED0822

Text Example


Text Example

White with #ED0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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