Html Css Color HEX #FF1129 Torch Red

📋 copy color: '#FF1129'

red 255 ◦ green 17 ◦ blue 41

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

Shades of Torch Red #FF1129

Tints of Torch Red #FF1129

RGB

 RED value IS 255 (100% from 255) = 81.47%

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 81.47%
G = 5.43%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1129 (or 0xFF1129) is known color: Torch Red. HEX triplet: FF, 11 and 29. RGB value is (255,17,41). Sum of RGB (Red+Green+Blue) = 255+17+41=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1129 is #00EED6. Grayscale: #5B5B5B. Windows color (decimal): -61143 or 2691583. OLE color: 2691583.

HSL color Cylindrical-coordinate representation of color #FF1129: hue angle of 353.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1129 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 17 41 -
CMYK 0 0.93 0.84 0
HSL 353.95º 1% 0.53% -
HSV(B) 353.95º 0.93% 1% -
XYZ 41.84 21.82 4.1 -
YUV 90.9 99.85 245.05 -
System Red Green Blue C M Y K H S L
Decimal 255 17 41 0 0.93 0.84 0 353.95 1 0.53
Hex FF 11 29 0 5D 54 0 162 64 35
Octal 377 21 51 0 135 124 0 542 144 65
Binary 11111111 10001 101001 0 1011101 1010100 0 101100010 1100100 110101

Color Harmonies of #FF1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1129

Black with #FF1129

Text Example


Text Example

White with #FF1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1129; }

 p { color: rgb(255,17,41); }

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

background-color css

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

 a { background-color: rgb(255,17,41); }

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

border-color css

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

 span { border-color: rgb(255,17,41); }

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