Html Css Color HEX #FD022D Torch Red

📋 copy color: '#FD022D'

red 253 ◦ green 2 ◦ blue 45

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

Shades of Torch Red #FD022D

Tints of Torch Red #FD022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 84.33%
G = 0.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD022D (or 0xFD022D) is known color: Torch Red. HEX triplet: FD, 02 and 2D. RGB value is (253,2,45). Sum of RGB (Red+Green+Blue) = 253+2+45=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD022D is #02FDD2. Grayscale: #525252. Windows color (decimal): -196051 or 2949885. OLE color: 2949885.

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

Color convert

RGB 253 2 45 -
CMYK 0 0.99 0.82 0.01
HSL 349.72º 0.98% 0.5% -
HSV(B) 349.72º 0.99% 0.99% -
XYZ 41 21.12 4.4 -
YUV 81.95 107.16 250 -
System Red Green Blue C M Y K H S L
Decimal 253 2 45 0 0.99 0.82 0.01 349.72 0.98 0.5
Hex FD 2 2D 0 63 52 1 15E 62 32
Octal 375 2 55 0 143 122 1 536 142 62
Binary 11111101 10 101101 0 1100011 1010010 1 101011110 1100010 110010

Color Harmonies of #FD022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD022D

Black with #FD022D

Text Example


Text Example

White with #FD022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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