Html Css Color HEX #ED0323 Torch Red

📋 copy color: '#ED0323'

red 237 ◦ green 3 ◦ blue 35

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

Shades of Torch Red #ED0323

Tints of Torch Red #ED0323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 86.18%
G = 1.09%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED0323 (or 0xED0323) is known color: Torch Red. HEX triplet: ED, 03 and 23. RGB value is (237,3,35). Sum of RGB (Red+Green+Blue) = 237+3+35=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0323 is #12FCDC. Grayscale: #4C4C4C. Windows color (decimal): -1244381 or 2294765. OLE color: 2294765.

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

Color convert

RGB 237 3 35 -
CMYK 0 0.99 0.85 0.07
HSL 351.79º 0.98% 0.47% -
HSV(B) 351.79º 0.99% 0.93% -
XYZ 35.26 18.19 3.24 -
YUV 76.61 104.52 242.4 -
System Red Green Blue C M Y K H S L
Decimal 237 3 35 0 0.99 0.85 0.07 351.79 0.98 0.47
Hex ED 3 23 0 63 55 7 160 62 2F
Octal 355 3 43 0 143 125 7 540 142 57
Binary 11101101 11 100011 0 1100011 1010101 111 101100000 1100010 101111

Color Harmonies of #ED0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0323

Black with #ED0323

Text Example


Text Example

White with #ED0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0323; }

 p { color: rgb(237,3,35); }

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

background-color css

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

 a { background-color: rgb(237,3,35); }

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

border-color css

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

 span { border-color: rgb(237,3,35); }

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