Html Css Color HEX #FF052A Torch Red

📋 copy color: '#FF052A'

red 255 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #FF052A

Tints of Torch Red #FF052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 84.44%
G = 1.66%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF052A (or 0xFF052A) is known color: Torch Red. HEX triplet: FF, 05 and 2A. RGB value is (255,5,42). Sum of RGB (Red+Green+Blue) = 255+5+42=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF052A is #00FAD5. Grayscale: #545454. Windows color (decimal): -64214 or 2754047. OLE color: 2754047.

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

Color convert

RGB 255 5 42 -
CMYK 0 0.98 0.84 0
HSL 351.12º 1% 0.51% -
HSV(B) 351.12º 0.98% 1% -
XYZ 41.71 21.54 4.15 -
YUV 83.97 104.33 249.99 -
System Red Green Blue C M Y K H S L
Decimal 255 5 42 0 0.98 0.84 0 351.12 1 0.51
Hex FF 5 2A 0 62 54 0 15F 64 33
Octal 377 5 52 0 142 124 0 537 144 63
Binary 11111111 101 101010 0 1100010 1010100 0 101011111 1100100 110011

Color Harmonies of #FF052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF052A

Black with #FF052A

Text Example


Text Example

White with #FF052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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