Html Css Color HEX #ED061C Torch Red

📋 copy color: '#ED061C'

red 237 ◦ green 6 ◦ blue 28

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

Shades of Torch Red #ED061C

Tints of Torch Red #ED061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 87.45%
G = 2.21%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED061C (or 0xED061C) is known color: Torch Red. HEX triplet: ED, 06 and 1C. RGB value is (237,6,28). Sum of RGB (Red+Green+Blue) = 237+6+28=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED061C is #12F9E3. Grayscale: #4D4D4D. Windows color (decimal): -1243620 or 1836781. OLE color: 1836781.

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

Color convert

RGB 237 6 28 -
CMYK 0 0.97 0.88 0.07
HSL 354.29º 0.95% 0.48% -
HSV(B) 354.29º 0.97% 0.93% -
XYZ 35.2 18.22 2.76 -
YUV 77.58 100.03 241.71 -
System Red Green Blue C M Y K H S L
Decimal 237 6 28 0 0.97 0.88 0.07 354.29 0.95 0.48
Hex ED 6 1C 0 61 58 7 162 5F 30
Octal 355 6 34 0 141 130 7 542 137 60
Binary 11101101 110 11100 0 1100001 1011000 111 101100010 1011111 110000

Color Harmonies of #ED061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED061C

Black with #ED061C

Text Example


Text Example

White with #ED061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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