Html Css Color HEX #FF094B Torch Red

📋 copy color: '#FF094B'

red 255 ◦ green 9 ◦ blue 75

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

Shades of Torch Red #FF094B

Tints of Torch Red #FF094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 75.22%
G = 2.65%
B = 22.12%

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

#FF094B (or 0xFF094B) is known color: Torch Red. HEX triplet: FF, 09 and 4B. RGB value is (255,9,75). Sum of RGB (Red+Green+Blue) = 255+9+75=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF094B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF094B is #00F6B4. Grayscale: #5A5A5A. Windows color (decimal): -63157 or 4917759. OLE color: 4917759.

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

Color convert

RGB 255 9 75 -
CMYK 0 0.96 0.71 0
HSL 343.9º 1% 0.52% -
HSV(B) 343.9º 0.96% 1% -
XYZ 42.61 21.96 8.65 -
YUV 90.08 119.5 245.63 -
System Red Green Blue C M Y K H S L
Decimal 255 9 75 0 0.96 0.71 0 343.9 1 0.52
Hex FF 9 4B 0 60 47 0 158 64 34
Octal 377 11 113 0 140 107 0 530 144 64
Binary 11111111 1001 1001011 0 1100000 1000111 0 101011000 1100100 110100

Color Harmonies of #FF094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF094B

Black with #FF094B

Text Example


Text Example

White with #FF094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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