Html Css Color HEX #FD042F Torch Red

📋 copy color: '#FD042F'

red 253 ◦ green 4 ◦ blue 47

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

Shades of Torch Red #FD042F

Tints of Torch Red #FD042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 83.22%
G = 1.32%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD042F (or 0xFD042F) is known color: Torch Red. HEX triplet: FD, 04 and 2F. RGB value is (253,4,47). Sum of RGB (Red+Green+Blue) = 253+4+47=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD042F is #02FBD0. Grayscale: #535353. Windows color (decimal): -195537 or 3081469. OLE color: 3081469.

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

Color convert

RGB 253 4 47 -
CMYK 0 0.98 0.81 0.01
HSL 349.64º 0.98% 0.5% -
HSV(B) 349.64º 0.98% 0.99% -
XYZ 41.06 21.17 4.61 -
YUV 83.35 107.49 249 -
System Red Green Blue C M Y K H S L
Decimal 253 4 47 0 0.98 0.81 0.01 349.64 0.98 0.5
Hex FD 4 2F 0 62 51 1 15E 62 32
Octal 375 4 57 0 142 121 1 536 142 62
Binary 11111101 100 101111 0 1100010 1010001 1 101011110 1100010 110010

Color Harmonies of #FD042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD042F

Black with #FD042F

Text Example


Text Example

White with #FD042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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