Html Css Color HEX #ED003E Torch Red

📋 copy color: '#ED003E'

red 237 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #ED003E

Tints of Torch Red #ED003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 79.26%
G = 0%
B = 20.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED003E (or 0xED003E) is known color: Torch Red. HEX triplet: ED, 00 and 3E. RGB value is (237,0,62). Sum of RGB (Red+Green+Blue) = 237+0+62=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED003E is #12FFC1. Grayscale: #4D4D4D. Windows color (decimal): -1245122 or 4063469. OLE color: 4063469.

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

Color convert

RGB 237 0 62 -
CMYK 0 1 0.74 0.07
HSL 344.3º 1% 0.46% -
HSV(B) 344.3º 1% 0.93% -
XYZ 35.79 18.35 6.21 -
YUV 77.93 119.02 241.46 -
System Red Green Blue C M Y K H S L
Decimal 237 0 62 0 1 0.74 0.07 344.3 1 0.46
Hex ED 0 3E 0 64 4A 7 158 64 2E
Octal 355 0 76 0 144 112 7 530 144 56
Binary 11101101 0 111110 0 1100100 1001010 111 101011000 1100100 101110

Color Harmonies of #ED003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED003E

Black with #ED003E

Text Example


Text Example

White with #ED003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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