Html Css Color HEX #FF064A Torch Red

📋 copy color: '#FF064A'

red 255 ◦ green 6 ◦ blue 74

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

Shades of Torch Red #FF064A

Tints of Torch Red #FF064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 76.12%
G = 1.79%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF064A (or 0xFF064A) is known color: Torch Red. HEX triplet: FF, 06 and 4A. RGB value is (255,6,74). Sum of RGB (Red+Green+Blue) = 255+6+74=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF064A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF064A is #00F9B5. Grayscale: #585858. Windows color (decimal): -63926 or 4851455. OLE color: 4851455.

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

Color convert

RGB 255 6 74 -
CMYK 0 0.98 0.71 0
HSL 343.61º 1% 0.51% -
HSV(B) 343.61º 0.98% 1% -
XYZ 42.54 21.88 8.46 -
YUV 88.2 119.99 246.97 -
System Red Green Blue C M Y K H S L
Decimal 255 6 74 0 0.98 0.71 0 343.61 1 0.51
Hex FF 6 4A 0 62 47 0 158 64 33
Octal 377 6 112 0 142 107 0 530 144 63
Binary 11111111 110 1001010 0 1100010 1000111 0 101011000 1100100 110011

Color Harmonies of #FF064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF064A

Black with #FF064A

Text Example


Text Example

White with #FF064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF064A; }

 p { color: rgb(255,6,74); }

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

background-color css

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

 a { background-color: rgb(255,6,74); }

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

border-color css

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

 span { border-color: rgb(255,6,74); }

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