Html Css Color HEX #ED0236 Torch Red

📋 copy color: '#ED0236'

red 237 ◦ green 2 ◦ blue 54

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

Shades of Torch Red #ED0236

Tints of Torch Red #ED0236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 80.89%
G = 0.68%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED0236 (or 0xED0236) is known color: Torch Red. HEX triplet: ED, 02 and 36. RGB value is (237,2,54). Sum of RGB (Red+Green+Blue) = 237+2+54=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0236 is #12FDC9. Grayscale: #4E4E4E. Windows color (decimal): -1244618 or 3539693. OLE color: 3539693.

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

Color convert

RGB 237 2 54 -
CMYK 0 0.99 0.77 0.07
HSL 346.72º 0.98% 0.47% -
HSV(B) 346.72º 0.99% 0.93% -
XYZ 35.61 18.31 5.15 -
YUV 78.19 114.36 241.27 -
System Red Green Blue C M Y K H S L
Decimal 237 2 54 0 0.99 0.77 0.07 346.72 0.98 0.47
Hex ED 2 36 0 63 4D 7 15B 62 2F
Octal 355 2 66 0 143 115 7 533 142 57
Binary 11101101 10 110110 0 1100011 1001101 111 101011011 1100010 101111

Color Harmonies of #ED0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0236

Black with #ED0236

Text Example


Text Example

White with #ED0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0236; }

 p { color: rgb(237,2,54); }

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

background-color css

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

 a { background-color: rgb(237,2,54); }

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

border-color css

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

 span { border-color: rgb(237,2,54); }

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