Html Css Color HEX #FD031F Torch Red

📋 copy color: '#FD031F'

red 253 ◦ green 3 ◦ blue 31

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

Shades of Torch Red #FD031F

Tints of Torch Red #FD031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 88.15%
G = 1.05%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD031F (or 0xFD031F) is known color: Torch Red. HEX triplet: FD, 03 and 1F. RGB value is (253,3,31). Sum of RGB (Red+Green+Blue) = 253+3+31=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD031F is #02FCE0. Grayscale: #515151. Windows color (decimal): -195809 or 2032637. OLE color: 2032637.

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

Color convert

RGB 253 3 31 -
CMYK 0 0.99 0.88 0.01
HSL 353.28º 0.98% 0.5% -
HSV(B) 353.28º 0.99% 0.99% -
XYZ 40.79 21.05 3.21 -
YUV 80.94 99.83 250.72 -
System Red Green Blue C M Y K H S L
Decimal 253 3 31 0 0.99 0.88 0.01 353.28 0.98 0.5
Hex FD 3 1F 0 63 58 1 161 62 32
Octal 375 3 37 0 143 130 1 541 142 62
Binary 11111101 11 11111 0 1100011 1011000 1 101100001 1100010 110010

Color Harmonies of #FD031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD031F

Black with #FD031F

Text Example


Text Example

White with #FD031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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