Html Css Color HEX #FF0F1D Torch Red

📋 copy color: '#FF0F1D'

red 255 ◦ green 15 ◦ blue 29

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

Shades of Torch Red #FF0F1D

Tints of Torch Red #FF0F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

 BLUE value IS 29 (11.72% from 255) = 9.7%

R = 85.28%
G = 5.02%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF0F1D (or 0xFF0F1D) is known color: Torch Red. HEX triplet: FF, 0F and 1D. RGB value is (255,15,29). Sum of RGB (Red+Green+Blue) = 255+15+29=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F1D is #00F0E2. Grayscale: #585858. Windows color (decimal): -61667 or 1904639. OLE color: 1904639.

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

Color convert

RGB 255 15 29 -
CMYK 0 0.94 0.89 0
HSL 356.5º 1% 0.53% -
HSV(B) 356.5º 0.94% 1% -
XYZ 41.63 21.69 3.15 -
YUV 88.36 94.51 246.86 -
System Red Green Blue C M Y K H S L
Decimal 255 15 29 0 0.94 0.89 0 356.5 1 0.53
Hex FF F 1D 0 5E 59 0 164 64 35
Octal 377 17 35 0 136 131 0 544 144 65
Binary 11111111 1111 11101 0 1011110 1011001 0 101100100 1100100 110101

Color Harmonies of #FF0F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0F1D

Black with #FF0F1D

Text Example


Text Example

White with #FF0F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0F1D; }

 p { color: rgb(255,15,29); }

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

background-color css

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

 a { background-color: rgb(255,15,29); }

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

border-color css

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

 span { border-color: rgb(255,15,29); }

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