Html Css Color HEX #FF072C Torch Red

📋 copy color: '#FF072C'

red 255 ◦ green 7 ◦ blue 44

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

Shades of Torch Red #FF072C

Tints of Torch Red #FF072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

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

R = 83.33%
G = 2.29%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF072C (or 0xFF072C) is known color: Torch Red. HEX triplet: FF, 07 and 2C. RGB value is (255,7,44). Sum of RGB (Red+Green+Blue) = 255+7+44=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF072C is #00F8D3. Grayscale: #555555. Windows color (decimal): -63700 or 2885631. OLE color: 2885631.

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

Color convert

RGB 255 7 44 -
CMYK 0 0.97 0.83 0
HSL 351.05º 1% 0.51% -
HSV(B) 351.05º 0.97% 1% -
XYZ 41.77 21.59 4.35 -
YUV 85.37 104.66 248.99 -
System Red Green Blue C M Y K H S L
Decimal 255 7 44 0 0.97 0.83 0 351.05 1 0.51
Hex FF 7 2C 0 61 53 0 15F 64 33
Octal 377 7 54 0 141 123 0 537 144 63
Binary 11111111 111 101100 0 1100001 1010011 0 101011111 1100100 110011

Color Harmonies of #FF072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF072C

Black with #FF072C

Text Example


Text Example

White with #FF072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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