Html Css Color HEX #FD080C Torch Red

📋 copy color: '#FD080C'

red 253 ◦ green 8 ◦ blue 12

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

Shades of Torch Red #FD080C

Tints of Torch Red #FD080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 92.67%
G = 2.93%
B = 4.4%

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

#FD080C (or 0xFD080C) is known color: Torch Red. HEX triplet: FD, 08 and 0C. RGB value is (253,8,12). Sum of RGB (Red+Green+Blue) = 253+8+12=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD080C is #02F7F3. Grayscale: #515151. Windows color (decimal): -194548 or 788733. OLE color: 788733.

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

Color convert

RGB 253 8 12 -
CMYK 0 0.97 0.95 0.01
HSL 359.02º 0.98% 0.51% -
HSV(B) 359.02º 0.97% 0.99% -
XYZ 40.66 21.08 2.27 -
YUV 81.71 88.67 250.17 -
System Red Green Blue C M Y K H S L
Decimal 253 8 12 0 0.97 0.95 0.01 359.02 0.98 0.51
Hex FD 8 C 0 61 5F 1 167 62 33
Octal 375 10 14 0 141 137 1 547 142 63
Binary 11111101 1000 1100 0 1100001 1011111 1 101100111 1100010 110011

Color Harmonies of #FD080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD080C

Black with #FD080C

Text Example


Text Example

White with #FD080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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