Html Css Color HEX #ED003D Torch Red

📋 copy color: '#ED003D'

red 237 ◦ green 0 ◦ blue 61

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

Shades of Torch Red #ED003D

Tints of Torch Red #ED003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 79.53%
G = 0%
B = 20.47%

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

#ED003D (or 0xED003D) is known color: Torch Red. HEX triplet: ED, 00 and 3D. RGB value is (237,0,61). Sum of RGB (Red+Green+Blue) = 237+0+61=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED003D is #12FFC2. Grayscale: #4D4D4D. Windows color (decimal): -1245123 or 3997933. OLE color: 3997933.

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

Color convert

RGB 237 0 61 -
CMYK 0 1 0.74 0.07
HSL 344.56º 1% 0.46% -
HSV(B) 344.56º 1% 0.93% -
XYZ 35.77 18.34 6.07 -
YUV 77.82 118.52 241.54 -
System Red Green Blue C M Y K H S L
Decimal 237 0 61 0 1 0.74 0.07 344.56 1 0.46
Hex ED 0 3D 0 64 4A 7 159 64 2E
Octal 355 0 75 0 144 112 7 531 144 56
Binary 11101101 0 111101 0 1100100 1001010 111 101011001 1100100 101110

Color Harmonies of #ED003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED003D

Black with #ED003D

Text Example


Text Example

White with #ED003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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