Html Css Color HEX #FF012D Torch Red

📋 copy color: '#FF012D'

red 255 ◦ green 1 ◦ blue 45

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

Shades of Torch Red #FF012D

Tints of Torch Red #FF012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 84.72%
G = 0.33%
B = 14.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF012D (or 0xFF012D) is known color: Torch Red. HEX triplet: FF, 01 and 2D. RGB value is (255,1,45). Sum of RGB (Red+Green+Blue) = 255+1+45=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF012D is #00FED2. Grayscale: #525252. Windows color (decimal): -65235 or 2949631. OLE color: 2949631.

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

Color convert

RGB 255 1 45 -
CMYK 0 1.00 0.82 0
HSL 349.61º 1% 0.5% -
HSV(B) 349.61º 1% 1% -
XYZ 41.72 21.47 4.43 -
YUV 81.96 107.15 251.42 -
System Red Green Blue C M Y K H S L
Decimal 255 1 45 0 1.00 0.82 0 349.61 1 0.5
Hex FF 1 2D 0 64 52 0 15E 64 32
Octal 377 1 55 0 144 122 0 536 144 62
Binary 11111111 1 101101 0 1100100 1010010 0 101011110 1100100 110010

Color Harmonies of #FF012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF012D

Black with #FF012D

Text Example


Text Example

White with #FF012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF012D; }

 p { color: rgb(255,1,45); }

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

background-color css

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

 a { background-color: rgb(255,1,45); }

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

border-color css

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

 span { border-color: rgb(255,1,45); }

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