Html Css Color HEX #FD263C Torch Red

📋 copy color: '#FD263C'

red 253 ◦ green 38 ◦ blue 60

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

Shades of Torch Red #FD263C

Tints of Torch Red #FD263C

RGB

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

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

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

R = 72.08%
G = 10.83%
B = 17.09%

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

#FD263C (or 0xFD263C) is known color: Torch Red. HEX triplet: FD, 26 and 3C. RGB value is (253,38,60). Sum of RGB (Red+Green+Blue) = 253+38+60=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD263C is #02D9C3. Grayscale: #686868. Windows color (decimal): -186820 or 3942141. OLE color: 3942141.

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

Color convert

RGB 253 38 60 -
CMYK 0 0.85 0.76 0.01
HSL 353.86º 0.98% 0.57% -
HSV(B) 353.86º 0.85% 0.99% -
XYZ 42.02 22.6 6.42 -
YUV 104.79 102.73 233.71 -
System Red Green Blue C M Y K H S L
Decimal 253 38 60 0 0.85 0.76 0.01 353.86 0.98 0.57
Hex FD 26 3C 0 55 4C 1 162 62 39
Octal 375 46 74 0 125 114 1 542 142 71
Binary 11111101 100110 111100 0 1010101 1001100 1 101100010 1100010 111001

Color Harmonies of #FD263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD263C

Black with #FD263C

Text Example


Text Example

White with #FD263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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