Html Css Color HEX #FF1F42 Torch Red

📋 copy color: '#FF1F42'

red 255 ◦ green 31 ◦ blue 66

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

Shades of Torch Red #FF1F42

Tints of Torch Red #FF1F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 72.44%
G = 8.81%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF1F42 (or 0xFF1F42) is known color: Torch Red. HEX triplet: FF, 1F and 42. RGB value is (255,31,66). Sum of RGB (Red+Green+Blue) = 255+31+66=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F42 is #00E0BD. Grayscale: #666666. Windows color (decimal): -57534 or 4333567. OLE color: 4333567.

HSL color Cylindrical-coordinate representation of color #FF1F42: hue angle of 350.62º 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 #FF1F42 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 31 66 -
CMYK 0 0.88 0.74 0
HSL 350.63º 1% 0.56% -
HSV(B) 350.63º 0.88% 1% -
XYZ 42.71 22.63 7.27 -
YUV 101.97 107.71 237.15 -
System Red Green Blue C M Y K H S L
Decimal 255 31 66 0 0.88 0.74 0 350.63 1 0.56
Hex FF 1F 42 0 58 4A 0 15F 64 38
Octal 377 37 102 0 130 112 0 537 144 70
Binary 11111111 11111 1000010 0 1011000 1001010 0 101011111 1100100 111000

Color Harmonies of #FF1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F42

Black with #FF1F42

Text Example


Text Example

White with #FF1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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