Html Css Color HEX #ED0629 Torch Red

📋 copy color: '#ED0629'

red 237 ◦ green 6 ◦ blue 41

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

Shades of Torch Red #ED0629

Tints of Torch Red #ED0629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 83.45%
G = 2.11%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED0629 (or 0xED0629) is known color: Torch Red. HEX triplet: ED, 06 and 29. RGB value is (237,6,41). Sum of RGB (Red+Green+Blue) = 237+6+41=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0629 is #12F9D6. Grayscale: #4F4F4F. Windows color (decimal): -1243607 or 2688749. OLE color: 2688749.

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

Color convert

RGB 237 6 41 -
CMYK 0 0.97 0.83 0.07
HSL 350.91º 0.95% 0.48% -
HSV(B) 350.91º 0.97% 0.93% -
XYZ 35.39 18.29 3.76 -
YUV 79.06 106.53 240.65 -
System Red Green Blue C M Y K H S L
Decimal 237 6 41 0 0.97 0.83 0.07 350.91 0.95 0.48
Hex ED 6 29 0 61 53 7 15F 5F 30
Octal 355 6 51 0 141 123 7 537 137 60
Binary 11101101 110 101001 0 1100001 1010011 111 101011111 1011111 110000

Color Harmonies of #ED0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0629

Black with #ED0629

Text Example


Text Example

White with #ED0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0629; }

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

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

background-color css

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

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

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

border-color css

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

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

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