Html Css Color HEX #ED062B Torch Red

📋 copy color: '#ED062B'

red 237 ◦ green 6 ◦ blue 43

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

Shades of Torch Red #ED062B

Tints of Torch Red #ED062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

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

R = 82.87%
G = 2.1%
B = 15.03%

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

#ED062B (or 0xED062B) is known color: Torch Red. HEX triplet: ED, 06 and 2B. RGB value is (237,6,43). Sum of RGB (Red+Green+Blue) = 237+6+43=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED062B is #12F9D4. Grayscale: #4F4F4F. Windows color (decimal): -1243605 or 2819821. OLE color: 2819821.

HSL color Cylindrical-coordinate representation of color #ED062B: hue angle of 350.39º degrees, saturation: 0.95, 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 #ED062B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 43 -
CMYK 0 0.97 0.82 0.07
HSL 350.39º 0.95% 0.48% -
HSV(B) 350.39º 0.97% 0.93% -
XYZ 35.43 18.31 3.95 -
YUV 79.29 107.53 240.49 -
System Red Green Blue C M Y K H S L
Decimal 237 6 43 0 0.97 0.82 0.07 350.39 0.95 0.48
Hex ED 6 2B 0 61 52 7 15E 5F 30
Octal 355 6 53 0 141 122 7 536 137 60
Binary 11101101 110 101011 0 1100001 1010010 111 101011110 1011111 110000

Color Harmonies of #ED062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED062B

Black with #ED062B

Text Example


Text Example

White with #ED062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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