Html Css Color HEX #FD080A Torch Red

📋 copy color: '#FD080A'

red 253 ◦ green 8 ◦ blue 10

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

Shades of Torch Red #FD080A

Tints of Torch Red #FD080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 93.36%
G = 2.95%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD080A (or 0xFD080A) is known color: Torch Red. HEX triplet: FD, 08 and 0A. RGB value is (253,8,10). Sum of RGB (Red+Green+Blue) = 253+8+10=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD080A is #02F7F5. Grayscale: #515151. Windows color (decimal): -194550 or 657661. OLE color: 657661.

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

Color convert

RGB 253 8 10 -
CMYK 0 0.97 0.96 0.01
HSL 359.51º 0.98% 0.51% -
HSV(B) 359.51º 0.97% 0.99% -
XYZ 40.65 21.08 2.21 -
YUV 81.48 87.67 250.34 -
System Red Green Blue C M Y K H S L
Decimal 253 8 10 0 0.97 0.96 0.01 359.51 0.98 0.51
Hex FD 8 A 0 61 60 1 168 62 33
Octal 375 10 12 0 141 140 1 550 142 63
Binary 11111101 1000 1010 0 1100001 1100000 1 101101000 1100010 110011

Color Harmonies of #FD080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD080A

Black with #FD080A

Text Example


Text Example

White with #FD080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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