Html Css Color HEX #FD080D Torch Red

📋 copy color: '#FD080D'

red 253 ◦ green 8 ◦ blue 13

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

Shades of Torch Red #FD080D

Tints of Torch Red #FD080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 92.34%
G = 2.92%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD080D (or 0xFD080D) is known color: Torch Red. HEX triplet: FD, 08 and 0D. RGB value is (253,8,13). Sum of RGB (Red+Green+Blue) = 253+8+13=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD080D is #02F7F2. Grayscale: #525252. Windows color (decimal): -194547 or 854269. OLE color: 854269.

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

Color convert

RGB 253 8 13 -
CMYK 0 0.97 0.95 0.01
HSL 358.78º 0.98% 0.51% -
HSV(B) 358.78º 0.97% 0.99% -
XYZ 40.67 21.09 2.31 -
YUV 81.83 89.17 250.09 -
System Red Green Blue C M Y K H S L
Decimal 253 8 13 0 0.97 0.95 0.01 358.78 0.98 0.51
Hex FD 8 D 0 61 5F 1 167 62 33
Octal 375 10 15 0 141 137 1 547 142 63
Binary 11111101 1000 1101 0 1100001 1011111 1 101100111 1100010 110011

Color Harmonies of #FD080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD080D

Black with #FD080D

Text Example


Text Example

White with #FD080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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