Html Css Color HEX #FD203F Torch Red

📋 copy color: '#FD203F'

red 253 ◦ green 32 ◦ blue 63

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

Shades of Torch Red #FD203F

Tints of Torch Red #FD203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 72.7%
G = 9.2%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD203F (or 0xFD203F) is known color: Torch Red. HEX triplet: FD, 20 and 3F. RGB value is (253,32,63). Sum of RGB (Red+Green+Blue) = 253+32+63=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD203F is #02DFC0. Grayscale: #656565. Windows color (decimal): -188353 or 4137213. OLE color: 4137213.

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

Color convert

RGB 253 32 63 -
CMYK 0 0.87 0.75 0.01
HSL 351.58º 0.98% 0.56% -
HSV(B) 351.58º 0.87% 0.99% -
XYZ 41.92 22.27 6.79 -
YUV 101.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 253 32 63 0 0.87 0.75 0.01 351.58 0.98 0.56
Hex FD 20 3F 0 57 4B 1 160 62 38
Octal 375 40 77 0 127 113 1 540 142 70
Binary 11111101 100000 111111 0 1010111 1001011 1 101100000 1100010 111000

Color Harmonies of #FD203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD203F

Black with #FD203F

Text Example


Text Example

White with #FD203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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