Html Css Color HEX #FD0138 Torch Red

📋 copy color: '#FD0138'

red 253 ◦ green 1 ◦ blue 56

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

Shades of Torch Red #FD0138

Tints of Torch Red #FD0138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 81.61%
G = 0.32%
B = 18.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD0138 (or 0xFD0138) is known color: Torch Red. HEX triplet: FD, 01 and 38. RGB value is (253,1,56). Sum of RGB (Red+Green+Blue) = 253+1+56=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0138 is #02FEC7. Grayscale: #525252. Windows color (decimal): -196296 or 3670525. OLE color: 3670525.

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

Color convert

RGB 253 1 56 -
CMYK 0 1.00 0.78 0.01
HSL 346.9º 0.99% 0.5% -
HSV(B) 346.9º 1% 0.99% -
XYZ 41.23 21.19 5.66 -
YUV 82.62 112.99 249.53 -
System Red Green Blue C M Y K H S L
Decimal 253 1 56 0 1.00 0.78 0.01 346.9 0.99 0.5
Hex FD 1 38 0 64 4E 1 15B 63 32
Octal 375 1 70 0 144 116 1 533 143 62
Binary 11111101 1 111000 0 1100100 1001110 1 101011011 1100011 110010

Color Harmonies of #FD0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0138

Black with #FD0138

Text Example


Text Example

White with #FD0138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0138; }

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

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

background-color css

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

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

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

border-color css

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

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

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