Html Css Color HEX #ED1029 Torch Red

📋 copy color: '#ED1029'

red 237 ◦ green 16 ◦ blue 41

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

Shades of Torch Red #ED1029

Tints of Torch Red #ED1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 80.61%
G = 5.44%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED1029 (or 0xED1029) is known color: Torch Red. HEX triplet: ED, 10 and 29. RGB value is (237,16,41). Sum of RGB (Red+Green+Blue) = 237+16+41=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1029 is #12EFD6. Grayscale: #555555. Windows color (decimal): -1241047 or 2691309. OLE color: 2691309.

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

Color convert

RGB 237 16 41 -
CMYK 0 0.93 0.83 0.07
HSL 353.21º 0.87% 0.5% -
HSV(B) 353.21º 0.93% 0.93% -
XYZ 35.51 18.54 3.8 -
YUV 84.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 237 16 41 0 0.93 0.83 0.07 353.21 0.87 0.5
Hex ED 10 29 0 5D 53 7 161 57 32
Octal 355 20 51 0 135 123 7 541 127 62
Binary 11101101 10000 101001 0 1011101 1010011 111 101100001 1010111 110010

Color Harmonies of #ED1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1029

Black with #ED1029

Text Example


Text Example

White with #ED1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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