Html Css Color HEX #ED002D Torch Red

📋 copy color: '#ED002D'

red 237 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #ED002D

Tints of Torch Red #ED002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 84.04%
G = 0%
B = 15.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED002D (or 0xED002D) is known color: Torch Red. HEX triplet: ED, 00 and 2D. RGB value is (237,0,45). Sum of RGB (Red+Green+Blue) = 237+0+45=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED002D is #12FFD2. Grayscale: #4C4C4C. Windows color (decimal): -1245139 or 2949357. OLE color: 2949357.

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

Color convert

RGB 237 0 45 -
CMYK 0 1 0.81 0.07
HSL 348.61º 1% 0.46% -
HSV(B) 348.61º 1% 0.93% -
XYZ 35.4 18.19 4.13 -
YUV 75.99 110.52 242.84 -
System Red Green Blue C M Y K H S L
Decimal 237 0 45 0 1 0.81 0.07 348.61 1 0.46
Hex ED 0 2D 0 64 51 7 15D 64 2E
Octal 355 0 55 0 144 121 7 535 144 56
Binary 11101101 0 101101 0 1100100 1010001 111 101011101 1100100 101110

Color Harmonies of #ED002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED002D

Black with #ED002D

Text Example


Text Example

White with #ED002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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