Html Css Color HEX #FD0321 Torch Red

📋 copy color: '#FD0321'

red 253 ◦ green 3 ◦ blue 33

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

Shades of Torch Red #FD0321

Tints of Torch Red #FD0321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.42%

R = 87.54%
G = 1.04%
B = 11.42%

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

#FD0321 (or 0xFD0321) is known color: Torch Red. HEX triplet: FD, 03 and 21. RGB value is (253,3,33). Sum of RGB (Red+Green+Blue) = 253+3+33=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0321 is #02FCDE. Grayscale: #515151. Windows color (decimal): -195807 or 2163709. OLE color: 2163709.

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

Color convert

RGB 253 3 33 -
CMYK 0 0.99 0.87 0.01
HSL 352.8º 0.98% 0.5% -
HSV(B) 352.8º 0.99% 0.99% -
XYZ 40.82 21.06 3.35 -
YUV 81.17 100.83 250.56 -
System Red Green Blue C M Y K H S L
Decimal 253 3 33 0 0.99 0.87 0.01 352.8 0.98 0.5
Hex FD 3 21 0 63 57 1 161 62 32
Octal 375 3 41 0 143 127 1 541 142 62
Binary 11111101 11 100001 0 1100011 1010111 1 101100001 1100010 110010

Color Harmonies of #FD0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0321

Black with #FD0321

Text Example


Text Example

White with #FD0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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