Html Css Color HEX #FD081A Torch Red

📋 copy color: '#FD081A'

red 253 ◦ green 8 ◦ blue 26

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

Shades of Torch Red #FD081A

Tints of Torch Red #FD081A

RGB

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

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

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

R = 88.15%
G = 2.79%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD081A (or 0xFD081A) is known color: Torch Red. HEX triplet: FD, 08 and 1A. RGB value is (253,8,26). Sum of RGB (Red+Green+Blue) = 253+8+26=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD081A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD081A is #02F7E5. Grayscale: #535353. Windows color (decimal): -194534 or 1706237. OLE color: 1706237.

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

Color convert

RGB 253 8 26 -
CMYK 0 0.97 0.90 0.01
HSL 355.59º 0.98% 0.51% -
HSV(B) 355.59º 0.97% 0.99% -
XYZ 40.78 21.13 2.91 -
YUV 83.31 95.67 249.04 -
System Red Green Blue C M Y K H S L
Decimal 253 8 26 0 0.97 0.90 0.01 355.59 0.98 0.51
Hex FD 8 1A 0 61 5A 1 164 62 33
Octal 375 10 32 0 141 132 1 544 142 63
Binary 11111101 1000 11010 0 1100001 1011010 1 101100100 1100010 110011

Color Harmonies of #FD081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD081A

Black with #FD081A

Text Example


Text Example

White with #FD081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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