Html Css Color HEX #FF094A Torch Red

📋 copy color: '#FF094A'

red 255 ◦ green 9 ◦ blue 74

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

Shades of Torch Red #FF094A

Tints of Torch Red #FF094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 75.44%
G = 2.66%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF094A (or 0xFF094A) is known color: Torch Red. HEX triplet: FF, 09 and 4A. RGB value is (255,9,74). Sum of RGB (Red+Green+Blue) = 255+9+74=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF094A is #00F6B5. Grayscale: #595959. Windows color (decimal): -63158 or 4852223. OLE color: 4852223.

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

Color convert

RGB 255 9 74 -
CMYK 0 0.96 0.71 0
HSL 344.15º 1% 0.52% -
HSV(B) 344.15º 0.96% 1% -
XYZ 42.57 21.95 8.47 -
YUV 89.96 119 245.71 -
System Red Green Blue C M Y K H S L
Decimal 255 9 74 0 0.96 0.71 0 344.15 1 0.52
Hex FF 9 4A 0 60 47 0 158 64 34
Octal 377 11 112 0 140 107 0 530 144 64
Binary 11111111 1001 1001010 0 1100000 1000111 0 101011000 1100100 110100

Color Harmonies of #FF094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF094A

Black with #FF094A

Text Example


Text Example

White with #FF094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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