Html Css Color HEX #ED1527 Torch Red

📋 copy color: '#ED1527'

red 237 ◦ green 21 ◦ blue 39

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

Shades of Torch Red #ED1527

Tints of Torch Red #ED1527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.13%

R = 79.8%
G = 7.07%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED1527 (or 0xED1527) is known color: Torch Red. HEX triplet: ED, 15 and 27. RGB value is (237,21,39). Sum of RGB (Red+Green+Blue) = 237+21+39=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1527 is #12EAD8. Grayscale: #575757. Windows color (decimal): -1239769 or 2561517. OLE color: 2561517.

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

Color convert

RGB 237 21 39 -
CMYK 0 0.91 0.84 0.07
HSL 355º 0.86% 0.51% -
HSV(B) 355º 0.91% 0.93% -
XYZ 35.56 18.69 3.65 -
YUV 87.64 100.56 234.54 -
System Red Green Blue C M Y K H S L
Decimal 237 21 39 0 0.91 0.84 0.07 355 0.86 0.51
Hex ED 15 27 0 5B 54 7 163 56 33
Octal 355 25 47 0 133 124 7 543 126 63
Binary 11101101 10101 100111 0 1011011 1010100 111 101100011 1010110 110011

Color Harmonies of #ED1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1527

Black with #ED1527

Text Example


Text Example

White with #ED1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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