Html Css Color HEX #FD011A Torch Red

📋 copy color: '#FD011A'

red 253 ◦ green 1 ◦ blue 26

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

Shades of Torch Red #FD011A

Tints of Torch Red #FD011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 90.36%
G = 0.36%
B = 9.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD011A (or 0xFD011A) is known color: Torch Red. HEX triplet: FD, 01 and 1A. RGB value is (253,1,26). Sum of RGB (Red+Green+Blue) = 253+1+26=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD011A is #02FEE5. Grayscale: #4F4F4F. Windows color (decimal): -196326 or 1704445. OLE color: 1704445.

HSL color Cylindrical-coordinate representation of color #FD011A: hue angle of 354.05º 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 #FD011A is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 1 26 -
CMYK 0 1.00 0.90 0.01
HSL 354.05º 0.99% 0.5% -
HSV(B) 354.05º 1% 0.99% -
XYZ 40.71 20.98 2.88 -
YUV 79.2 97.99 251.97 -
System Red Green Blue C M Y K H S L
Decimal 253 1 26 0 1.00 0.90 0.01 354.05 0.99 0.5
Hex FD 1 1A 0 64 5A 1 162 63 32
Octal 375 1 32 0 144 132 1 542 143 62
Binary 11111101 1 11010 0 1100100 1011010 1 101100010 1100011 110010

Color Harmonies of #FD011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD011A

Black with #FD011A

Text Example


Text Example

White with #FD011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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