Html Css Color HEX #FD253C Torch Red

📋 copy color: '#FD253C'

red 253 ◦ green 37 ◦ blue 60

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

Shades of Torch Red #FD253C

Tints of Torch Red #FD253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 72.29%
G = 10.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD253C (or 0xFD253C) is known color: Torch Red. HEX triplet: FD, 25 and 3C. RGB value is (253,37,60). Sum of RGB (Red+Green+Blue) = 253+37+60=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD253C is #02DAC3. Grayscale: #686868. Windows color (decimal): -187076 or 3941885. OLE color: 3941885.

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

Color convert

RGB 253 37 60 -
CMYK 0 0.85 0.76 0.01
HSL 353.61º 0.98% 0.57% -
HSV(B) 353.61º 0.85% 0.99% -
XYZ 41.99 22.53 6.41 -
YUV 104.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 253 37 60 0 0.85 0.76 0.01 353.61 0.98 0.57
Hex FD 25 3C 0 55 4C 1 162 62 39
Octal 375 45 74 0 125 114 1 542 142 71
Binary 11111101 100101 111100 0 1010101 1001100 1 101100010 1100010 111001

Color Harmonies of #FD253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD253C

Black with #FD253C

Text Example


Text Example

White with #FD253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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