Html Css Color HEX #FD0107 Torch Red

📋 copy color: '#FD0107'

red 253 ◦ green 1 ◦ blue 7

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

Shades of Torch Red #FD0107

Tints of Torch Red #FD0107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 7 (3.13% from 255) = 2.68%

R = 96.93%
G = 0.38%
B = 2.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD0107 (or 0xFD0107) is known color: Torch Red. HEX triplet: FD, 01 and 07. RGB value is (253,1,7). Sum of RGB (Red+Green+Blue) = 253+1+7=261 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.93% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0107 is #02FEF8. Grayscale: #4D4D4D. Windows color (decimal): -196345 or 459261. OLE color: 459261.

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

Color convert

RGB 253 1 7 -
CMYK 0 1.00 0.97 0.01
HSL 358.57º 0.99% 0.5% -
HSV(B) 358.57º 1% 0.99% -
XYZ 40.56 20.92 2.1 -
YUV 77.03 88.49 253.51 -
System Red Green Blue C M Y K H S L
Decimal 253 1 7 0 1.00 0.97 0.01 358.57 0.99 0.5
Hex FD 1 7 0 64 61 1 167 63 32
Octal 375 1 7 0 144 141 1 547 143 62
Binary 11111101 1 111 0 1100100 1100001 1 101100111 1100011 110010

Color Harmonies of #FD0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0107

Black with #FD0107

Text Example


Text Example

White with #FD0107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0107; }

 p { color: rgb(253,1,7); }

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

background-color css

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

 a { background-color: rgb(253,1,7); }

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

border-color css

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

 span { border-color: rgb(253,1,7); }

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