Html Css Color HEX #FF072F Torch Red

📋 copy color: '#FF072F'

red 255 ◦ green 7 ◦ blue 47

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

Shades of Torch Red #FF072F

Tints of Torch Red #FF072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 82.52%
G = 2.27%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF072F (or 0xFF072F) is known color: Torch Red. HEX triplet: FF, 07 and 2F. RGB value is (255,7,47). Sum of RGB (Red+Green+Blue) = 255+7+47=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF072F is #00F8D0. Grayscale: #555555. Windows color (decimal): -63697 or 3082239. OLE color: 3082239.

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

Color convert

RGB 255 7 47 -
CMYK 0 0.97 0.82 0
HSL 350.32º 1% 0.51% -
HSV(B) 350.32º 0.97% 1% -
XYZ 41.83 21.62 4.66 -
YUV 85.71 106.16 248.75 -
System Red Green Blue C M Y K H S L
Decimal 255 7 47 0 0.97 0.82 0 350.32 1 0.51
Hex FF 7 2F 0 61 52 0 15E 64 33
Octal 377 7 57 0 141 122 0 536 144 63
Binary 11111111 111 101111 0 1100001 1010010 0 101011110 1100100 110011

Color Harmonies of #FF072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF072F

Black with #FF072F

Text Example


Text Example

White with #FF072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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