Html Css Color HEX #FF052F Torch Red

📋 copy color: '#FF052F'

red 255 ◦ green 5 ◦ blue 47

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

Shades of Torch Red #FF052F

Tints of Torch Red #FF052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

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

R = 83.06%
G = 1.63%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF052F (or 0xFF052F) is known color: Torch Red. HEX triplet: FF, 05 and 2F. RGB value is (255,5,47). Sum of RGB (Red+Green+Blue) = 255+5+47=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF052F is #00FAD0. Grayscale: #545454. Windows color (decimal): -64209 or 3081727. OLE color: 3081727.

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

Color convert

RGB 255 5 47 -
CMYK 0 0.98 0.82 0
HSL 349.92º 1% 0.51% -
HSV(B) 349.92º 0.98% 1% -
XYZ 41.81 21.57 4.65 -
YUV 84.54 106.83 249.58 -
System Red Green Blue C M Y K H S L
Decimal 255 5 47 0 0.98 0.82 0 349.92 1 0.51
Hex FF 5 2F 0 62 52 0 15E 64 33
Octal 377 5 57 0 142 122 0 536 144 63
Binary 11111111 101 101111 0 1100010 1010010 0 101011110 1100100 110011

Color Harmonies of #FF052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF052F

Black with #FF052F

Text Example


Text Example

White with #FF052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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