Html Css Color HEX #FD2632 Torch Red

📋 copy color: '#FD2632'

red 253 ◦ green 38 ◦ blue 50

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

Shades of Torch Red #FD2632

Tints of Torch Red #FD2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 74.19%
G = 11.14%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD2632 (or 0xFD2632) is known color: Torch Red. HEX triplet: FD, 26 and 32. RGB value is (253,38,50). Sum of RGB (Red+Green+Blue) = 253+38+50=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2632 is #02D9CD. Grayscale: #676767. Windows color (decimal): -186830 or 3286781. OLE color: 3286781.

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

Color convert

RGB 253 38 50 -
CMYK 0 0.85 0.80 0.01
HSL 356.65º 0.98% 0.57% -
HSV(B) 356.65º 0.85% 0.99% -
XYZ 41.78 22.5 5.16 -
YUV 103.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 253 38 50 0 0.85 0.80 0.01 356.65 0.98 0.57
Hex FD 26 32 0 55 50 1 165 62 39
Octal 375 46 62 0 125 120 1 545 142 71
Binary 11111101 100110 110010 0 1010101 1010000 1 101100101 1100010 111001

Color Harmonies of #FD2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2632

Black with #FD2632

Text Example


Text Example

White with #FD2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2632; }

 p { color: rgb(253,38,50); }

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

background-color css

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

 a { background-color: rgb(253,38,50); }

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

border-color css

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

 span { border-color: rgb(253,38,50); }

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