Html Css Color HEX #ED003A Torch Red

📋 copy color: '#ED003A'

red 237 ◦ green 0 ◦ blue 58

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

Shades of Torch Red #ED003A

Tints of Torch Red #ED003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 80.34%
G = 0%
B = 19.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED003A (or 0xED003A) is known color: Torch Red. HEX triplet: ED, 00 and 3A. RGB value is (237,0,58). Sum of RGB (Red+Green+Blue) = 237+0+58=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED003A is #12FFC5. Grayscale: #4D4D4D. Windows color (decimal): -1245126 or 3801325. OLE color: 3801325.

HSL color Cylindrical-coordinate representation of color #ED003A: hue angle of 345.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED003A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 58 -
CMYK 0 1 0.76 0.07
HSL 345.32º 1% 0.46% -
HSV(B) 345.32º 1% 0.93% -
XYZ 35.69 18.31 5.66 -
YUV 77.48 117.02 241.78 -
System Red Green Blue C M Y K H S L
Decimal 237 0 58 0 1 0.76 0.07 345.32 1 0.46
Hex ED 0 3A 0 64 4C 7 159 64 2E
Octal 355 0 72 0 144 114 7 531 144 56
Binary 11101101 0 111010 0 1100100 1001100 111 101011001 1100100 101110

Color Harmonies of #ED003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED003A

Black with #ED003A

Text Example


Text Example

White with #ED003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED003A; }

 p { color: rgb(237,0,58); }

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

background-color css

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

 a { background-color: rgb(237,0,58); }

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

border-color css

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

 span { border-color: rgb(237,0,58); }

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