Html Css Color HEX #FD0114 Torch Red

📋 copy color: '#FD0114'

red 253 ◦ green 1 ◦ blue 20

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

Shades of Torch Red #FD0114

Tints of Torch Red #FD0114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 92.34%
G = 0.36%
B = 7.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD0114 (or 0xFD0114) is known color: Torch Red. HEX triplet: FD, 01 and 14. RGB value is (253,1,20). Sum of RGB (Red+Green+Blue) = 253+1+20=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0114 is #02FEEB. Grayscale: #4E4E4E. Windows color (decimal): -196332 or 1311229. OLE color: 1311229.

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

Color convert

RGB 253 1 20 -
CMYK 0 1.00 0.92 0.01
HSL 355.48º 0.99% 0.5% -
HSV(B) 355.48º 1% 0.99% -
XYZ 40.65 20.95 2.56 -
YUV 78.51 94.99 252.46 -
System Red Green Blue C M Y K H S L
Decimal 253 1 20 0 1.00 0.92 0.01 355.48 0.99 0.5
Hex FD 1 14 0 64 5C 1 163 63 32
Octal 375 1 24 0 144 134 1 543 143 62
Binary 11111101 1 10100 0 1100100 1011100 1 101100011 1100011 110010

Color Harmonies of #FD0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0114

Black with #FD0114

Text Example


Text Example

White with #FD0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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