Html Css Color HEX #FD2638 Torch Red

📋 copy color: '#FD2638'

red 253 ◦ green 38 ◦ blue 56

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

Shades of Torch Red #FD2638

Tints of Torch Red #FD2638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 72.91%
G = 10.95%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD2638 (or 0xFD2638) is known color: Torch Red. HEX triplet: FD, 26 and 38. RGB value is (253,38,56). Sum of RGB (Red+Green+Blue) = 253+38+56=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2638 is #02D9C7. Grayscale: #686868. Windows color (decimal): -186824 or 3679997. OLE color: 3679997.

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

Color convert

RGB 253 38 56 -
CMYK 0 0.85 0.78 0.01
HSL 354.98º 0.98% 0.57% -
HSV(B) 354.98º 0.85% 0.99% -
XYZ 41.91 22.55 5.89 -
YUV 104.34 100.73 234.04 -
System Red Green Blue C M Y K H S L
Decimal 253 38 56 0 0.85 0.78 0.01 354.98 0.98 0.57
Hex FD 26 38 0 55 4E 1 163 62 39
Octal 375 46 70 0 125 116 1 543 142 71
Binary 11111101 100110 111000 0 1010101 1001110 1 101100011 1100010 111001

Color Harmonies of #FD2638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2638

Black with #FD2638

Text Example


Text Example

White with #FD2638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2638; }

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

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

background-color css

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

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

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

border-color css

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

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

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