Html Css Color HEX #FD033F Torch Red

📋 copy color: '#FD033F'

red 253 ◦ green 3 ◦ blue 63

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

Shades of Torch Red #FD033F

Tints of Torch Red #FD033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.75%

R = 79.31%
G = 0.94%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD033F (or 0xFD033F) is known color: Torch Red. HEX triplet: FD, 03 and 3F. RGB value is (253,3,63). Sum of RGB (Red+Green+Blue) = 253+3+63=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD033F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD033F is #02FCC0. Grayscale: #545454. Windows color (decimal): -195777 or 4129789. OLE color: 4129789.

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

Color convert

RGB 253 3 63 -
CMYK 0 0.99 0.75 0.01
HSL 345.6º 0.98% 0.5% -
HSV(B) 345.6º 0.99% 0.99% -
XYZ 41.44 21.31 6.63 -
YUV 84.59 115.83 248.12 -
System Red Green Blue C M Y K H S L
Decimal 253 3 63 0 0.99 0.75 0.01 345.6 0.98 0.5
Hex FD 3 3F 0 63 4B 1 15A 62 32
Octal 375 3 77 0 143 113 1 532 142 62
Binary 11111101 11 111111 0 1100011 1001011 1 101011010 1100010 110010

Color Harmonies of #FD033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD033F

Black with #FD033F

Text Example


Text Example

White with #FD033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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