Html Css Color HEX #FF1B29 Torch Red

📋 copy color: '#FF1B29'

red 255 ◦ green 27 ◦ blue 41

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

Shades of Torch Red #FF1B29

Tints of Torch Red #FF1B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

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

R = 78.95%
G = 8.36%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1B29 (or 0xFF1B29) is known color: Torch Red. HEX triplet: FF, 1B and 29. RGB value is (255,27,41). Sum of RGB (Red+Green+Blue) = 255+27+41=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B29 is #00E4D6. Grayscale: #606060. Windows color (decimal): -58583 or 2694143. OLE color: 2694143.

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

Color convert

RGB 255 27 41 -
CMYK 0 0.89 0.84 0
HSL 356.32º 1% 0.55% -
HSV(B) 356.32º 0.89% 1% -
XYZ 42.03 22.2 4.17 -
YUV 96.77 96.54 240.86 -
System Red Green Blue C M Y K H S L
Decimal 255 27 41 0 0.89 0.84 0 356.32 1 0.55
Hex FF 1B 29 0 59 54 0 164 64 37
Octal 377 33 51 0 131 124 0 544 144 67
Binary 11111111 11011 101001 0 1011001 1010100 0 101100100 1100100 110111

Color Harmonies of #FF1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1B29

Black with #FF1B29

Text Example


Text Example

White with #FF1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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