Html Css Color HEX #FF0431 Torch Red

📋 copy color: '#FF0431'

red 255 ◦ green 4 ◦ blue 49

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

Shades of Torch Red #FF0431

Tints of Torch Red #FF0431

RGB

 RED value IS 255 (100% from 255) = 82.79%

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

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

R = 82.79%
G = 1.3%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF0431 (or 0xFF0431) is known color: Torch Red. HEX triplet: FF, 04 and 31. RGB value is (255,4,49). Sum of RGB (Red+Green+Blue) = 255+4+49=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0431 is #00FBCE. Grayscale: #545454. Windows color (decimal): -64463 or 3212543. OLE color: 3212543.

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

Color convert

RGB 255 4 49 -
CMYK 0 0.98 0.81 0
HSL 349.24º 1% 0.51% -
HSV(B) 349.24º 0.98% 1% -
XYZ 41.84 21.57 4.86 -
YUV 84.18 108.16 249.84 -
System Red Green Blue C M Y K H S L
Decimal 255 4 49 0 0.98 0.81 0 349.24 1 0.51
Hex FF 4 31 0 62 51 0 15D 64 33
Octal 377 4 61 0 142 121 0 535 144 63
Binary 11111111 100 110001 0 1100010 1010001 0 101011101 1100100 110011

Color Harmonies of #FF0431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0431

Black with #FF0431

Text Example


Text Example

White with #FF0431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0431; }

 p { color: rgb(255,4,49); }

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

background-color css

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

 a { background-color: rgb(255,4,49); }

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

border-color css

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

 span { border-color: rgb(255,4,49); }

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