Html Css Color HEX #FD042D Torch Red

📋 copy color: '#FD042D'

red 253 ◦ green 4 ◦ blue 45

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

Shades of Torch Red #FD042D

Tints of Torch Red #FD042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 83.77%
G = 1.32%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD042D (or 0xFD042D) is known color: Torch Red. HEX triplet: FD, 04 and 2D. RGB value is (253,4,45). Sum of RGB (Red+Green+Blue) = 253+4+45=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD042D is #02FBD2. Grayscale: #535353. Windows color (decimal): -195539 or 2950397. OLE color: 2950397.

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

Color convert

RGB 253 4 45 -
CMYK 0 0.98 0.82 0.01
HSL 350.12º 0.98% 0.5% -
HSV(B) 350.12º 0.98% 0.99% -
XYZ 41.03 21.16 4.4 -
YUV 83.13 106.49 249.17 -
System Red Green Blue C M Y K H S L
Decimal 253 4 45 0 0.98 0.82 0.01 350.12 0.98 0.5
Hex FD 4 2D 0 62 52 1 15E 62 32
Octal 375 4 55 0 142 122 1 536 142 62
Binary 11111101 100 101101 0 1100010 1010010 1 101011110 1100010 110010

Color Harmonies of #FD042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD042D

Black with #FD042D

Text Example


Text Example

White with #FD042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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