Html Css Color HEX #FD1345 Torch Red

📋 copy color: '#FD1345'

red 253 ◦ green 19 ◦ blue 69

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

Shades of Torch Red #FD1345

Tints of Torch Red #FD1345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 74.19%
G = 5.57%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD1345 (or 0xFD1345) is known color: Torch Red. HEX triplet: FD, 13 and 45. RGB value is (253,19,69). Sum of RGB (Red+Green+Blue) = 253+19+69=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1345 is #02ECBA. Grayscale: #5E5E5E. Windows color (decimal): -191675 or 4527101. OLE color: 4527101.

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

Color convert

RGB 253 19 69 -
CMYK 0 0.92 0.73 0.01
HSL 347.18º 0.98% 0.53% -
HSV(B) 347.18º 0.92% 0.99% -
XYZ 41.82 21.78 7.63 -
YUV 94.67 113.52 240.93 -
System Red Green Blue C M Y K H S L
Decimal 253 19 69 0 0.92 0.73 0.01 347.18 0.98 0.53
Hex FD 13 45 0 5C 49 1 15B 62 35
Octal 375 23 105 0 134 111 1 533 142 65
Binary 11111101 10011 1000101 0 1011100 1001001 1 101011011 1100010 110101

Color Harmonies of #FD1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1345

Black with #FD1345

Text Example


Text Example

White with #FD1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1345; }

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

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

background-color css

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

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

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

border-color css

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

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

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