Html Css Color HEX #FD0631 Torch Red

📋 copy color: '#FD0631'

red 253 ◦ green 6 ◦ blue 49

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

Shades of Torch Red #FD0631

Tints of Torch Red #FD0631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 82.14%
G = 1.95%
B = 15.91%

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

#FD0631 (or 0xFD0631) is known color: Torch Red. HEX triplet: FD, 06 and 31. RGB value is (253,6,49). Sum of RGB (Red+Green+Blue) = 253+6+49=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0631 is #02F9CE. Grayscale: #545454. Windows color (decimal): -195023 or 3213053. OLE color: 3213053.

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

Color convert

RGB 253 6 49 -
CMYK 0 0.98 0.81 0.01
HSL 349.55º 0.98% 0.51% -
HSV(B) 349.55º 0.98% 0.99% -
XYZ 41.13 21.23 4.84 -
YUV 84.76 107.83 248 -
System Red Green Blue C M Y K H S L
Decimal 253 6 49 0 0.98 0.81 0.01 349.55 0.98 0.51
Hex FD 6 31 0 62 51 1 15E 62 33
Octal 375 6 61 0 142 121 1 536 142 63
Binary 11111101 110 110001 0 1100010 1010001 1 101011110 1100010 110011

Color Harmonies of #FD0631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0631

Black with #FD0631

Text Example


Text Example

White with #FD0631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0631; }

 p { color: rgb(253,6,49); }

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

background-color css

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

 a { background-color: rgb(253,6,49); }

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

border-color css

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

 span { border-color: rgb(253,6,49); }

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