Html Css Color HEX #FF1F37 Torch Red

📋 copy color: '#FF1F37'

red 255 ◦ green 31 ◦ blue 55

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

Shades of Torch Red #FF1F37

Tints of Torch Red #FF1F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

 BLUE value IS 55 (21.88% from 255) = 16.13%

R = 74.78%
G = 9.09%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF1F37 (or 0xFF1F37) is known color: Torch Red. HEX triplet: FF, 1F and 37. RGB value is (255,31,55). Sum of RGB (Red+Green+Blue) = 255+31+55=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F37 is #00E0C8. Grayscale: #646464. Windows color (decimal): -57545 or 3612671. OLE color: 3612671.

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

Color convert

RGB 255 31 55 -
CMYK 0 0.88 0.78 0
HSL 353.57º 1% 0.56% -
HSV(B) 353.57º 0.88% 1% -
XYZ 42.42 22.52 5.72 -
YUV 100.71 102.21 238.05 -
System Red Green Blue C M Y K H S L
Decimal 255 31 55 0 0.88 0.78 0 353.57 1 0.56
Hex FF 1F 37 0 58 4E 0 162 64 38
Octal 377 37 67 0 130 116 0 542 144 70
Binary 11111111 11111 110111 0 1011000 1001110 0 101100010 1100100 111000

Color Harmonies of #FF1F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F37

Black with #FF1F37

Text Example


Text Example

White with #FF1F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F37; }

 p { color: rgb(255,31,55); }

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

background-color css

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

 a { background-color: rgb(255,31,55); }

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

border-color css

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

 span { border-color: rgb(255,31,55); }

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