Html Css Color HEX #ED0A1B Torch Red

📋 copy color: '#ED0A1B'

red 237 ◦ green 10 ◦ blue 27

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

Shades of Torch Red #ED0A1B

Tints of Torch Red #ED0A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 86.5%
G = 3.65%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED0A1B (or 0xED0A1B) is known color: Torch Red. HEX triplet: ED, 0A and 1B. RGB value is (237,10,27). Sum of RGB (Red+Green+Blue) = 237+10+27=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A1B is #12F5E4. Grayscale: #4F4F4F. Windows color (decimal): -1242597 or 1772269. OLE color: 1772269.

HSL color Cylindrical-coordinate representation of color #ED0A1B: hue angle of 355.51º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A1B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 27 -
CMYK 0 0.96 0.89 0.07
HSL 355.51º 0.92% 0.48% -
HSV(B) 355.51º 0.96% 0.93% -
XYZ 35.23 18.3 2.71 -
YUV 79.81 98.21 240.12 -
System Red Green Blue C M Y K H S L
Decimal 237 10 27 0 0.96 0.89 0.07 355.51 0.92 0.48
Hex ED A 1B 0 60 59 7 164 5C 30
Octal 355 12 33 0 140 131 7 544 134 60
Binary 11101101 1010 11011 0 1100000 1011001 111 101100100 1011100 110000

Color Harmonies of #ED0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A1B

Black with #ED0A1B

Text Example


Text Example

White with #ED0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A1B; }

 p { color: rgb(237,10,27); }

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

background-color css

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

 a { background-color: rgb(237,10,27); }

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

border-color css

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

 span { border-color: rgb(237,10,27); }

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