Html Css Color HEX #FD253F Torch Red

📋 copy color: '#FD253F'

red 253 ◦ green 37 ◦ blue 63

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

Shades of Torch Red #FD253F

Tints of Torch Red #FD253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

 BLUE value IS 63 (25% from 255) = 17.85%

R = 71.67%
G = 10.48%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD253F (or 0xFD253F) is known color: Torch Red. HEX triplet: FD, 25 and 3F. RGB value is (253,37,63). Sum of RGB (Red+Green+Blue) = 253+37+63=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD253F is #02DAC0. Grayscale: #686868. Windows color (decimal): -187073 or 4138493. OLE color: 4138493.

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

Color convert

RGB 253 37 63 -
CMYK 0 0.85 0.75 0.01
HSL 352.78º 0.98% 0.57% -
HSV(B) 352.78º 0.85% 0.99% -
XYZ 42.07 22.56 6.84 -
YUV 104.55 104.56 233.89 -
System Red Green Blue C M Y K H S L
Decimal 253 37 63 0 0.85 0.75 0.01 352.78 0.98 0.57
Hex FD 25 3F 0 55 4B 1 161 62 39
Octal 375 45 77 0 125 113 1 541 142 71
Binary 11111101 100101 111111 0 1010101 1001011 1 101100001 1100010 111001

Color Harmonies of #FD253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD253F

Black with #FD253F

Text Example


Text Example

White with #FD253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD253F; }

 p { color: rgb(253,37,63); }

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

background-color css

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

 a { background-color: rgb(253,37,63); }

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

border-color css

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

 span { border-color: rgb(253,37,63); }

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