Html Css Color HEX #FD012D Torch Red

📋 copy color: '#FD012D'

red 253 ◦ green 1 ◦ blue 45

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

Shades of Torch Red #FD012D

Tints of Torch Red #FD012D

RGB

 RED value IS 253 (99.22% from 255) = 84.62%

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

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

R = 84.62%
G = 0.33%
B = 15.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD012D (or 0xFD012D) is known color: Torch Red. HEX triplet: FD, 01 and 2D. RGB value is (253,1,45). Sum of RGB (Red+Green+Blue) = 253+1+45=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD012D is #02FED2. Grayscale: #515151. Windows color (decimal): -196307 or 2949629. OLE color: 2949629.

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

Color convert

RGB 253 1 45 -
CMYK 0 1.00 0.82 0.01
HSL 349.52º 0.99% 0.5% -
HSV(B) 349.52º 1% 0.99% -
XYZ 40.99 21.09 4.39 -
YUV 81.36 107.49 250.42 -
System Red Green Blue C M Y K H S L
Decimal 253 1 45 0 1.00 0.82 0.01 349.52 0.99 0.5
Hex FD 1 2D 0 64 52 1 15E 63 32
Octal 375 1 55 0 144 122 1 536 143 62
Binary 11111101 1 101101 0 1100100 1010010 1 101011110 1100011 110010

Color Harmonies of #FD012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD012D

Black with #FD012D

Text Example


Text Example

White with #FD012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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