Html Css Color HEX #FF0032 Torch Red

📋 copy color: '#FF0032'

red 255 ◦ green 0 ◦ blue 50

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

Shades of Torch Red #FF0032

Tints of Torch Red #FF0032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 83.61%
G = 0%
B = 16.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF0032 (or 0xFF0032) is known color: Torch Red. HEX triplet: FF, 00 and 32. RGB value is (255,0,50). Sum of RGB (Red+Green+Blue) = 255+0+50=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0032 is #00FFCD. Grayscale: #525252. Windows color (decimal): -65486 or 3277055. OLE color: 3277055.

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

Color convert

RGB 255 0 50 -
CMYK 0 1 0.80 0
HSL 348.24º 1% 0.5% -
HSV(B) 348.24º 1% 1% -
XYZ 41.82 21.49 4.96 -
YUV 81.95 109.98 251.43 -
System Red Green Blue C M Y K H S L
Decimal 255 0 50 0 1 0.80 0 348.24 1 0.5
Hex FF 0 32 0 64 50 0 15C 64 32
Octal 377 0 62 0 144 120 0 534 144 62
Binary 11111111 0 110010 0 1100100 1010000 0 101011100 1100100 110010

Color Harmonies of #FF0032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0032

Black with #FF0032

Text Example


Text Example

White with #FF0032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0032; }

 p { color: rgb(255,0,50); }

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

background-color css

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

 a { background-color: rgb(255,0,50); }

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

border-color css

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

 span { border-color: rgb(255,0,50); }

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