Html Css Color HEX #ED002F Torch Red

📋 copy color: '#ED002F'

red 237 ◦ green 0 ◦ blue 47

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

Shades of Torch Red #ED002F

Tints of Torch Red #ED002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 83.45%
G = 0%
B = 16.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED002F (or 0xED002F) is known color: Torch Red. HEX triplet: ED, 00 and 2F. RGB value is (237,0,47). Sum of RGB (Red+Green+Blue) = 237+0+47=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED002F is #12FFD0. Grayscale: #4C4C4C. Windows color (decimal): -1245137 or 3080429. OLE color: 3080429.

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

Color convert

RGB 237 0 47 -
CMYK 0 1 0.80 0.07
HSL 348.1º 1% 0.46% -
HSV(B) 348.1º 1% 0.93% -
XYZ 35.44 18.21 4.34 -
YUV 76.22 111.52 242.68 -
System Red Green Blue C M Y K H S L
Decimal 237 0 47 0 1 0.80 0.07 348.1 1 0.46
Hex ED 0 2F 0 64 50 7 15C 64 2E
Octal 355 0 57 0 144 120 7 534 144 56
Binary 11101101 0 101111 0 1100100 1010000 111 101011100 1100100 101110

Color Harmonies of #ED002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED002F

Black with #ED002F

Text Example


Text Example

White with #ED002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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