Html Css Color HEX #FD021D Torch Red

📋 copy color: '#FD021D'

red 253 ◦ green 2 ◦ blue 29

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

Shades of Torch Red #FD021D

Tints of Torch Red #FD021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 89.08%
G = 0.7%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD021D (or 0xFD021D) is known color: Torch Red. HEX triplet: FD, 02 and 1D. RGB value is (253,2,29). Sum of RGB (Red+Green+Blue) = 253+2+29=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD021D is #02FDE2. Grayscale: #505050. Windows color (decimal): -196067 or 1901309. OLE color: 1901309.

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

Color convert

RGB 253 2 29 -
CMYK 0 0.99 0.89 0.01
HSL 353.55º 0.98% 0.5% -
HSV(B) 353.55º 0.99% 0.99% -
XYZ 40.75 21.01 3.07 -
YUV 80.13 99.16 251.3 -
System Red Green Blue C M Y K H S L
Decimal 253 2 29 0 0.99 0.89 0.01 353.55 0.98 0.5
Hex FD 2 1D 0 63 59 1 162 62 32
Octal 375 2 35 0 143 131 1 542 142 62
Binary 11111101 10 11101 0 1100011 1011001 1 101100010 1100010 110010

Color Harmonies of #FD021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD021D

Black with #FD021D

Text Example


Text Example

White with #FD021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD021D; }

 p { color: rgb(253,2,29); }

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

background-color css

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

 a { background-color: rgb(253,2,29); }

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

border-color css

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

 span { border-color: rgb(253,2,29); }

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