Html Css Color HEX #FF1535 Torch Red

📋 copy color: '#FF1535'

red 255 ◦ green 21 ◦ blue 53

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

Shades of Torch Red #FF1535

Tints of Torch Red #FF1535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

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

R = 77.51%
G = 6.38%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF1535 (or 0xFF1535) is known color: Torch Red. HEX triplet: FF, 15 and 35. RGB value is (255,21,53). Sum of RGB (Red+Green+Blue) = 255+21+53=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1535 is #00EACA. Grayscale: #5E5E5E. Windows color (decimal): -60107 or 3479039. OLE color: 3479039.

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

Color convert

RGB 255 21 53 -
CMYK 0 0.92 0.79 0
HSL 351.79º 1% 0.54% -
HSV(B) 351.79º 0.92% 1% -
XYZ 42.15 22.05 5.4 -
YUV 94.61 104.52 242.4 -
System Red Green Blue C M Y K H S L
Decimal 255 21 53 0 0.92 0.79 0 351.79 1 0.54
Hex FF 15 35 0 5C 4F 0 160 64 36
Octal 377 25 65 0 134 117 0 540 144 66
Binary 11111111 10101 110101 0 1011100 1001111 0 101100000 1100100 110110

Color Harmonies of #FF1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1535

Black with #FF1535

Text Example


Text Example

White with #FF1535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1535; }

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

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

background-color css

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

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

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

border-color css

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

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

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