Html Css Color HEX #FD202F Torch Red

📋 copy color: '#FD202F'

red 253 ◦ green 32 ◦ blue 47

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

Shades of Torch Red #FD202F

Tints of Torch Red #FD202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 76.2%
G = 9.64%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD202F (or 0xFD202F) is known color: Torch Red. HEX triplet: FD, 20 and 2F. RGB value is (253,32,47). Sum of RGB (Red+Green+Blue) = 253+32+47=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD202F is #02DFD0. Grayscale: #636363. Windows color (decimal): -188369 or 3088637. OLE color: 3088637.

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

Color convert

RGB 253 32 47 -
CMYK 0 0.87 0.81 0.01
HSL 355.93º 0.98% 0.56% -
HSV(B) 355.93º 0.87% 0.99% -
XYZ 41.54 22.12 4.77 -
YUV 99.79 98.22 237.28 -
System Red Green Blue C M Y K H S L
Decimal 253 32 47 0 0.87 0.81 0.01 355.93 0.98 0.56
Hex FD 20 2F 0 57 51 1 164 62 38
Octal 375 40 57 0 127 121 1 544 142 70
Binary 11111101 100000 101111 0 1010111 1010001 1 101100100 1100010 111000

Color Harmonies of #FD202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD202F

Black with #FD202F

Text Example


Text Example

White with #FD202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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