Html Css Color HEX #FF0133 Torch Red

📋 copy color: '#FF0133'

red 255 ◦ green 1 ◦ blue 51

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

Shades of Torch Red #FF0133

Tints of Torch Red #FF0133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 83.06%
G = 0.33%
B = 16.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.8

 K value IS 0

RGB Variations

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

Color information

#FF0133 (or 0xFF0133) is known color: Torch Red. HEX triplet: FF, 01 and 33. RGB value is (255,1,51). Sum of RGB (Red+Green+Blue) = 255+1+51=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0133 is #00FECC. Grayscale: #525252. Windows color (decimal): -65229 or 3342847. OLE color: 3342847.

HSL color Cylindrical-coordinate representation of color #FF0133: hue angle of 348.19º 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 #FF0133 is Cyan = 0, Magento = 1.00, Yellow = 0.8 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 51 -
CMYK 0 1.00 0.8 0
HSL 348.19º 1% 0.5% -
HSV(B) 348.19º 1% 1% -
XYZ 41.85 21.52 5.08 -
YUV 82.65 110.15 250.93 -
System Red Green Blue C M Y K H S L
Decimal 255 1 51 0 1.00 0.8 0 348.19 1 0.5
Hex FF 1 33 0 64 50 0 15C 64 32
Octal 377 1 63 0 144 120 0 534 144 62
Binary 11111111 1 110011 0 1100100 1010000 0 101011100 1100100 110010

Color Harmonies of #FF0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0133

Black with #FF0133

Text Example


Text Example

White with #FF0133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0133; }

 p { color: rgb(255,1,51); }

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

background-color css

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

 a { background-color: rgb(255,1,51); }

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

border-color css

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

 span { border-color: rgb(255,1,51); }

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