Html Css Color HEX #FF1135 Torch Red

📋 copy color: '#FF1135'

red 255 ◦ green 17 ◦ blue 53

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

Shades of Torch Red #FF1135

Tints of Torch Red #FF1135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.23%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 78.46%
G = 5.23%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF1135 (or 0xFF1135) is known color: Torch Red. HEX triplet: FF, 11 and 35. RGB value is (255,17,53). Sum of RGB (Red+Green+Blue) = 255+17+53=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1135 is #00EECA. Grayscale: #5C5C5C. Windows color (decimal): -61131 or 3478015. OLE color: 3478015.

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

Color convert

RGB 255 17 53 -
CMYK 0 0.93 0.79 0
HSL 350.92º 1% 0.53% -
HSV(B) 350.92º 0.93% 1% -
XYZ 42.08 21.92 5.38 -
YUV 92.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 255 17 53 0 0.93 0.79 0 350.92 1 0.53
Hex FF 11 35 0 5D 4F 0 15F 64 35
Octal 377 21 65 0 135 117 0 537 144 65
Binary 11111111 10001 110101 0 1011101 1001111 0 101011111 1100100 110101

Color Harmonies of #FF1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1135

Black with #FF1135

Text Example


Text Example

White with #FF1135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1135; }

 p { color: rgb(255,17,53); }

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

background-color css

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

 a { background-color: rgb(255,17,53); }

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

border-color css

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

 span { border-color: rgb(255,17,53); }

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