Html Css Color HEX #FD0320 Torch Red

📋 copy color: '#FD0320'

red 253 ◦ green 3 ◦ blue 32

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

Shades of Torch Red #FD0320

Tints of Torch Red #FD0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 87.85%
G = 1.04%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD0320 (or 0xFD0320) is known color: Torch Red. HEX triplet: FD, 03 and 20. RGB value is (253,3,32). Sum of RGB (Red+Green+Blue) = 253+3+32=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0320 is #02FCDF. Grayscale: #515151. Windows color (decimal): -195808 or 2098173. OLE color: 2098173.

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

Color convert

RGB 253 3 32 -
CMYK 0 0.99 0.87 0.01
HSL 353.04º 0.98% 0.5% -
HSV(B) 353.04º 0.99% 0.99% -
XYZ 40.8 21.05 3.28 -
YUV 81.06 100.33 250.64 -
System Red Green Blue C M Y K H S L
Decimal 253 3 32 0 0.99 0.87 0.01 353.04 0.98 0.5
Hex FD 3 20 0 63 57 1 161 62 32
Octal 375 3 40 0 143 127 1 541 142 62
Binary 11111101 11 100000 0 1100011 1010111 1 101100001 1100010 110010

Color Harmonies of #FD0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0320

Black with #FD0320

Text Example


Text Example

White with #FD0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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