Html Css Color HEX #ED0A1E Torch Red

📋 copy color: '#ED0A1E'

red 237 ◦ green 10 ◦ blue 30

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

Shades of Torch Red #ED0A1E

Tints of Torch Red #ED0A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 85.56%
G = 3.61%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED0A1E (or 0xED0A1E) is known color: Torch Red. HEX triplet: ED, 0A and 1E. RGB value is (237,10,30). Sum of RGB (Red+Green+Blue) = 237+10+30=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A1E is #12F5E1. Grayscale: #505050. Windows color (decimal): -1242594 or 1968877. OLE color: 1968877.

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

Color convert

RGB 237 10 30 -
CMYK 0 0.96 0.87 0.07
HSL 354.71º 0.92% 0.48% -
HSV(B) 354.71º 0.96% 0.93% -
XYZ 35.27 18.32 2.9 -
YUV 80.15 99.71 239.87 -
System Red Green Blue C M Y K H S L
Decimal 237 10 30 0 0.96 0.87 0.07 354.71 0.92 0.48
Hex ED A 1E 0 60 57 7 163 5C 30
Octal 355 12 36 0 140 127 7 543 134 60
Binary 11101101 1010 11110 0 1100000 1010111 111 101100011 1011100 110000

Color Harmonies of #ED0A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A1E

Black with #ED0A1E

Text Example


Text Example

White with #ED0A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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