Html Css Color HEX #FD1015 Torch Red

📋 copy color: '#FD1015'

red 253 ◦ green 16 ◦ blue 21

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

Shades of Torch Red #FD1015

Tints of Torch Red #FD1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

 BLUE value IS 21 (8.59% from 255) = 7.24%

R = 87.24%
G = 5.52%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD1015 (or 0xFD1015) is known color: Torch Red. HEX triplet: FD, 10 and 15. RGB value is (253,16,21). Sum of RGB (Red+Green+Blue) = 253+16+21=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1015 is #02EFEA. Grayscale: #575757. Windows color (decimal): -192491 or 1380605. OLE color: 1380605.

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

Color convert

RGB 253 16 21 -
CMYK 0 0.94 0.92 0.01
HSL 358.73º 0.98% 0.53% -
HSV(B) 358.73º 0.94% 0.99% -
XYZ 40.83 21.31 2.67 -
YUV 87.43 90.52 246.09 -
System Red Green Blue C M Y K H S L
Decimal 253 16 21 0 0.94 0.92 0.01 358.73 0.98 0.53
Hex FD 10 15 0 5E 5C 1 167 62 35
Octal 375 20 25 0 136 134 1 547 142 65
Binary 11111101 10000 10101 0 1011110 1011100 1 101100111 1100010 110101

Color Harmonies of #FD1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1015

Black with #FD1015

Text Example


Text Example

White with #FD1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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