Html Css Color HEX #ED0129 Torch Red

📋 copy color: '#ED0129'

red 237 ◦ green 1 ◦ blue 41

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

Shades of Torch Red #ED0129

Tints of Torch Red #ED0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 84.95%
G = 0.36%
B = 14.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED0129 (or 0xED0129) is known color: Torch Red. HEX triplet: ED, 01 and 29. RGB value is (237,1,41). Sum of RGB (Red+Green+Blue) = 237+1+41=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0129 is #12FED6. Grayscale: #4C4C4C. Windows color (decimal): -1244887 or 2687469. OLE color: 2687469.

HSL color Cylindrical-coordinate representation of color #ED0129: hue angle of 349.83º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0129 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 1 41 -
CMYK 0 1.00 0.83 0.07
HSL 349.83º 0.99% 0.47% -
HSV(B) 349.83º 1% 0.93% -
XYZ 35.34 18.19 3.75 -
YUV 76.12 108.19 242.75 -
System Red Green Blue C M Y K H S L
Decimal 237 1 41 0 1.00 0.83 0.07 349.83 0.99 0.47
Hex ED 1 29 0 64 53 7 15E 63 2F
Octal 355 1 51 0 144 123 7 536 143 57
Binary 11101101 1 101001 0 1100100 1010011 111 101011110 1100011 101111

Color Harmonies of #ED0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0129

Black with #ED0129

Text Example


Text Example

White with #ED0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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