Html Css Color HEX #FF272C Torch Red

📋 copy color: '#FF272C'

red 255 ◦ green 39 ◦ blue 44

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

Shades of Torch Red #FF272C

Tints of Torch Red #FF272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 44 (17.58% from 255) = 13.02%

R = 75.44%
G = 11.54%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF272C (or 0xFF272C) is known color: Torch Red. HEX triplet: FF, 27 and 2C. RGB value is (255,39,44). Sum of RGB (Red+Green+Blue) = 255+39+44=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF272C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF272C is #00D8D3. Grayscale: #686868. Windows color (decimal): -55508 or 2893823. OLE color: 2893823.

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

Color convert

RGB 255 39 44 -
CMYK 0 0.85 0.83 0
HSL 358.61º 1% 0.58% -
HSV(B) 358.61º 0.85% 1% -
XYZ 42.42 22.89 4.57 -
YUV 104.15 94.06 235.59 -
System Red Green Blue C M Y K H S L
Decimal 255 39 44 0 0.85 0.83 0 358.61 1 0.58
Hex FF 27 2C 0 55 53 0 167 64 3A
Octal 377 47 54 0 125 123 0 547 144 72
Binary 11111111 100111 101100 0 1010101 1010011 0 101100111 1100100 111010

Color Harmonies of #FF272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF272C

Black with #FF272C

Text Example


Text Example

White with #FF272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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