Html Css Color HEX #FF133C Torch Red

📋 copy color: '#FF133C'

red 255 ◦ green 19 ◦ blue 60

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

Shades of Torch Red #FF133C

Tints of Torch Red #FF133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 76.35%
G = 5.69%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF133C (or 0xFF133C) is known color: Torch Red. HEX triplet: FF, 13 and 3C. RGB value is (255,19,60). Sum of RGB (Red+Green+Blue) = 255+19+60=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF133C is #00ECC3. Grayscale: #5E5E5E. Windows color (decimal): -60612 or 3937279. OLE color: 3937279.

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

Color convert

RGB 255 19 60 -
CMYK 0 0.93 0.76 0
HSL 349.58º 1% 0.54% -
HSV(B) 349.58º 0.93% 1% -
XYZ 42.29 22.05 6.3 -
YUV 94.24 108.69 242.67 -
System Red Green Blue C M Y K H S L
Decimal 255 19 60 0 0.93 0.76 0 349.58 1 0.54
Hex FF 13 3C 0 5D 4C 0 15E 64 36
Octal 377 23 74 0 135 114 0 536 144 66
Binary 11111111 10011 111100 0 1011101 1001100 0 101011110 1100100 110110

Color Harmonies of #FF133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF133C

Black with #FF133C

Text Example


Text Example

White with #FF133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF133C; }

 p { color: rgb(255,19,60); }

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

background-color css

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

 a { background-color: rgb(255,19,60); }

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

border-color css

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

 span { border-color: rgb(255,19,60); }

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