Html Css Color HEX #ED1533 Torch Red

📋 copy color: '#ED1533'

red 237 ◦ green 21 ◦ blue 51

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

Shades of Torch Red #ED1533

Tints of Torch Red #ED1533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.8%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 76.7%
G = 6.8%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED1533 (or 0xED1533) is known color: Torch Red. HEX triplet: ED, 15 and 33. RGB value is (237,21,51). Sum of RGB (Red+Green+Blue) = 237+21+51=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1533 is #12EACC. Grayscale: #595959. Windows color (decimal): -1239757 or 3347949. OLE color: 3347949.

HSL color Cylindrical-coordinate representation of color #ED1533: hue angle of 351.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1533 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 51 -
CMYK 0 0.91 0.78 0.07
HSL 351.67º 0.86% 0.51% -
HSV(B) 351.67º 0.91% 0.93% -
XYZ 35.79 18.78 4.87 -
YUV 89 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 237 21 51 0 0.91 0.78 0.07 351.67 0.86 0.51
Hex ED 15 33 0 5B 4E 7 160 56 33
Octal 355 25 63 0 133 116 7 540 126 63
Binary 11101101 10101 110011 0 1011011 1001110 111 101100000 1010110 110011

Color Harmonies of #ED1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1533

Black with #ED1533

Text Example


Text Example

White with #ED1533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1533; }

 p { color: rgb(237,21,51); }

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

background-color css

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

 a { background-color: rgb(237,21,51); }

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

border-color css

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

 span { border-color: rgb(237,21,51); }

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