Html Css Color HEX #ED0D22 Torch Red

📋 copy color: '#ED0D22'

red 237 ◦ green 13 ◦ blue 34

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

Shades of Torch Red #ED0D22

Tints of Torch Red #ED0D22

RGB

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

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

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

R = 83.45%
G = 4.58%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED0D22 (or 0xED0D22) is known color: Torch Red. HEX triplet: ED, 0D and 22. RGB value is (237,13,34). Sum of RGB (Red+Green+Blue) = 237+13+34=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0D22 is #12F2DD. Grayscale: #525252. Windows color (decimal): -1241822 or 2231789. OLE color: 2231789.

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

Color convert

RGB 237 13 34 -
CMYK 0 0.95 0.86 0.07
HSL 354.38º 0.9% 0.49% -
HSV(B) 354.38º 0.95% 0.93% -
XYZ 35.36 18.41 3.2 -
YUV 82.37 100.71 238.29 -
System Red Green Blue C M Y K H S L
Decimal 237 13 34 0 0.95 0.86 0.07 354.38 0.9 0.49
Hex ED D 22 0 5F 56 7 162 5A 31
Octal 355 15 42 0 137 126 7 542 132 61
Binary 11101101 1101 100010 0 1011111 1010110 111 101100010 1011010 110001

Color Harmonies of #ED0D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0D22

Black with #ED0D22

Text Example


Text Example

White with #ED0D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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