Html Css Color HEX #FD2341 Torch Red

📋 copy color: '#FD2341'

red 253 ◦ green 35 ◦ blue 65

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

Shades of Torch Red #FD2341

Tints of Torch Red #FD2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.92%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 71.67%
G = 9.92%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2341 (or 0xFD2341) is known color: Torch Red. HEX triplet: FD, 23 and 41. RGB value is (253,35,65). Sum of RGB (Red+Green+Blue) = 253+35+65=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2341 is #02DCBE. Grayscale: #676767. Windows color (decimal): -187583 or 4269053. OLE color: 4269053.

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

Color convert

RGB 253 35 65 -
CMYK 0 0.86 0.74 0.01
HSL 351.74º 0.98% 0.56% -
HSV(B) 351.74º 0.86% 0.99% -
XYZ 42.06 22.47 7.12 -
YUV 103.6 106.22 234.56 -
System Red Green Blue C M Y K H S L
Decimal 253 35 65 0 0.86 0.74 0.01 351.74 0.98 0.56
Hex FD 23 41 0 56 4A 1 160 62 38
Octal 375 43 101 0 126 112 1 540 142 70
Binary 11111101 100011 1000001 0 1010110 1001010 1 101100000 1100010 111000

Color Harmonies of #FD2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2341

Black with #FD2341

Text Example


Text Example

White with #FD2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2341; }

 p { color: rgb(253,35,65); }

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

background-color css

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

 a { background-color: rgb(253,35,65); }

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

border-color css

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

 span { border-color: rgb(253,35,65); }

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