Html Css Color HEX #ED072B Torch Red

📋 copy color: '#ED072B'

red 237 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #ED072B

Tints of Torch Red #ED072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 82.58%
G = 2.44%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED072B (or 0xED072B) is known color: Torch Red. HEX triplet: ED, 07 and 2B. RGB value is (237,7,43). Sum of RGB (Red+Green+Blue) = 237+7+43=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED072B is #12F8D4. Grayscale: #4F4F4F. Windows color (decimal): -1243349 or 2820077. OLE color: 2820077.

HSL color Cylindrical-coordinate representation of color #ED072B: hue angle of 350.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED072B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 43 -
CMYK 0 0.97 0.82 0.07
HSL 350.61º 0.94% 0.48% -
HSV(B) 350.61º 0.97% 0.93% -
XYZ 35.44 18.33 3.96 -
YUV 79.87 107.2 240.07 -
System Red Green Blue C M Y K H S L
Decimal 237 7 43 0 0.97 0.82 0.07 350.61 0.94 0.48
Hex ED 7 2B 0 61 52 7 15F 5E 30
Octal 355 7 53 0 141 122 7 537 136 60
Binary 11101101 111 101011 0 1100001 1010010 111 101011111 1011110 110000

Color Harmonies of #ED072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED072B

Black with #ED072B

Text Example


Text Example

White with #ED072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED072B; }

 p { color: rgb(237,7,43); }

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

background-color css

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

 a { background-color: rgb(237,7,43); }

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

border-color css

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

 span { border-color: rgb(237,7,43); }

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