Html Css Color HEX #FD081C Torch Red

📋 copy color: '#FD081C'

red 253 ◦ green 8 ◦ blue 28

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

Shades of Torch Red #FD081C

Tints of Torch Red #FD081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 87.54%
G = 2.77%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD081C (or 0xFD081C) is known color: Torch Red. HEX triplet: FD, 08 and 1C. RGB value is (253,8,28). Sum of RGB (Red+Green+Blue) = 253+8+28=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD081C is #02F7E3. Grayscale: #535353. Windows color (decimal): -194532 or 1837309. OLE color: 1837309.

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

Color convert

RGB 253 8 28 -
CMYK 0 0.97 0.89 0.01
HSL 355.1º 0.98% 0.51% -
HSV(B) 355.1º 0.97% 0.99% -
XYZ 40.8 21.14 3.03 -
YUV 83.54 96.67 248.87 -
System Red Green Blue C M Y K H S L
Decimal 253 8 28 0 0.97 0.89 0.01 355.1 0.98 0.51
Hex FD 8 1C 0 61 59 1 163 62 33
Octal 375 10 34 0 141 131 1 543 142 63
Binary 11111101 1000 11100 0 1100001 1011001 1 101100011 1100010 110011

Color Harmonies of #FD081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD081C

Black with #FD081C

Text Example


Text Example

White with #FD081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD081C; }

 p { color: rgb(253,8,28); }

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

background-color css

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

 a { background-color: rgb(253,8,28); }

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

border-color css

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

 span { border-color: rgb(253,8,28); }

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