Html Css Color HEX #ED0623 Torch Red

📋 copy color: '#ED0623'

red 237 ◦ green 6 ◦ blue 35

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

Shades of Torch Red #ED0623

Tints of Torch Red #ED0623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 85.25%
G = 2.16%
B = 12.59%

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

#ED0623 (or 0xED0623) is known color: Torch Red. HEX triplet: ED, 06 and 23. RGB value is (237,6,35). Sum of RGB (Red+Green+Blue) = 237+6+35=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0623 is #12F9DC. Grayscale: #4E4E4E. Windows color (decimal): -1243613 or 2295533. OLE color: 2295533.

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

Color convert

RGB 237 6 35 -
CMYK 0 0.97 0.85 0.07
HSL 352.47º 0.95% 0.48% -
HSV(B) 352.47º 0.97% 0.93% -
XYZ 35.29 18.26 3.25 -
YUV 78.38 103.53 241.14 -
System Red Green Blue C M Y K H S L
Decimal 237 6 35 0 0.97 0.85 0.07 352.47 0.95 0.48
Hex ED 6 23 0 61 55 7 160 5F 30
Octal 355 6 43 0 141 125 7 540 137 60
Binary 11101101 110 100011 0 1100001 1010101 111 101100000 1011111 110000

Color Harmonies of #ED0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0623

Black with #ED0623

Text Example


Text Example

White with #ED0623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0623; }

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

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

background-color css

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

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

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

border-color css

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

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

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