Html Css Color HEX #FD0F45 Torch Red

📋 copy color: '#FD0F45'

red 253 ◦ green 15 ◦ blue 69

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

Shades of Torch Red #FD0F45

Tints of Torch Red #FD0F45

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.45%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 75.07%
G = 4.45%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD0F45 (or 0xFD0F45) is known color: Torch Red. HEX triplet: FD, 0F and 45. RGB value is (253,15,69). Sum of RGB (Red+Green+Blue) = 253+15+69=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F45 is #02F0BA. Grayscale: #5C5C5C. Windows color (decimal): -192699 or 4526077. OLE color: 4526077.

HSL color Cylindrical-coordinate representation of color #FD0F45: hue angle of 346.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0F45 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 15 69 -
CMYK 0 0.94 0.73 0.01
HSL 346.39º 0.98% 0.53% -
HSV(B) 346.39º 0.94% 0.99% -
XYZ 41.75 21.65 7.61 -
YUV 92.32 114.85 242.61 -
System Red Green Blue C M Y K H S L
Decimal 253 15 69 0 0.94 0.73 0.01 346.39 0.98 0.53
Hex FD F 45 0 5E 49 1 15A 62 35
Octal 375 17 105 0 136 111 1 532 142 65
Binary 11111101 1111 1000101 0 1011110 1001001 1 101011010 1100010 110101

Color Harmonies of #FD0F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0F45

Black with #FD0F45

Text Example


Text Example

White with #FD0F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0F45; }

 p { color: rgb(253,15,69); }

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

background-color css

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

 a { background-color: rgb(253,15,69); }

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

border-color css

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

 span { border-color: rgb(253,15,69); }

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