Html Css Color HEX #FF133E Torch Red

📋 copy color: '#FF133E'

red 255 ◦ green 19 ◦ blue 62

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

Shades of Torch Red #FF133E

Tints of Torch Red #FF133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 75.89%
G = 5.65%
B = 18.45%

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

#FF133E (or 0xFF133E) is known color: Torch Red. HEX triplet: FF, 13 and 3E. RGB value is (255,19,62). Sum of RGB (Red+Green+Blue) = 255+19+62=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF133E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF133E is #00ECC1. Grayscale: #5E5E5E. Windows color (decimal): -60610 or 4068351. OLE color: 4068351.

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

Color convert

RGB 255 19 62 -
CMYK 0 0.93 0.76 0
HSL 349.07º 1% 0.54% -
HSV(B) 349.07º 0.93% 1% -
XYZ 42.34 22.07 6.59 -
YUV 94.47 109.69 242.5 -
System Red Green Blue C M Y K H S L
Decimal 255 19 62 0 0.93 0.76 0 349.07 1 0.54
Hex FF 13 3E 0 5D 4C 0 15D 64 36
Octal 377 23 76 0 135 114 0 535 144 66
Binary 11111111 10011 111110 0 1011101 1001100 0 101011101 1100100 110110

Color Harmonies of #FF133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF133E

Black with #FF133E

Text Example


Text Example

White with #FF133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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