Html Css Color HEX #FD151A Torch Red

📋 copy color: '#FD151A'

red 253 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #FD151A

Tints of Torch Red #FD151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

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

R = 84.33%
G = 7%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD151A (or 0xFD151A) is known color: Torch Red. HEX triplet: FD, 15 and 1A. RGB value is (253,21,26). Sum of RGB (Red+Green+Blue) = 253+21+26=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD151A is #02EAE5. Grayscale: #5B5B5B. Windows color (decimal): -191206 or 1709565. OLE color: 1709565.

HSL color Cylindrical-coordinate representation of color #FD151A: hue angle of 358.71º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD151A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 21 26 -
CMYK 0 0.92 0.90 0.01
HSL 358.71º 0.98% 0.54% -
HSV(B) 358.71º 0.92% 0.99% -
XYZ 40.96 21.49 2.97 -
YUV 90.94 91.36 243.59 -
System Red Green Blue C M Y K H S L
Decimal 253 21 26 0 0.92 0.90 0.01 358.71 0.98 0.54
Hex FD 15 1A 0 5C 5A 1 167 62 36
Octal 375 25 32 0 134 132 1 547 142 66
Binary 11111101 10101 11010 0 1011100 1011010 1 101100111 1100010 110110

Color Harmonies of #FD151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD151A

Black with #FD151A

Text Example


Text Example

White with #FD151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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