Html Css Color HEX #FF1527 Torch Red

📋 copy color: '#FF1527'

red 255 ◦ green 21 ◦ blue 39

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

Shades of Torch Red #FF1527

Tints of Torch Red #FF1527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 80.95%
G = 6.67%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF1527 (or 0xFF1527) is known color: Torch Red. HEX triplet: FF, 15 and 27. RGB value is (255,21,39). Sum of RGB (Red+Green+Blue) = 255+21+39=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1527 is #00EAD8. Grayscale: #5D5D5D. Windows color (decimal): -60121 or 2561535. OLE color: 2561535.

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

Color convert

RGB 255 21 39 -
CMYK 0 0.92 0.85 0
HSL 355.38º 1% 0.54% -
HSV(B) 355.38º 0.92% 1% -
XYZ 41.87 21.94 3.95 -
YUV 93.02 97.52 243.54 -
System Red Green Blue C M Y K H S L
Decimal 255 21 39 0 0.92 0.85 0 355.38 1 0.54
Hex FF 15 27 0 5C 55 0 163 64 36
Octal 377 25 47 0 134 125 0 543 144 66
Binary 11111111 10101 100111 0 1011100 1010101 0 101100011 1100100 110110

Color Harmonies of #FF1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1527

Black with #FF1527

Text Example


Text Example

White with #FF1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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