Html Css Color HEX #FF0940 Torch Red

📋 copy color: '#FF0940'

red 255 ◦ green 9 ◦ blue 64

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

Shades of Torch Red #FF0940

Tints of Torch Red #FF0940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 77.74%
G = 2.74%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF0940 (or 0xFF0940) is known color: Torch Red. HEX triplet: FF, 09 and 40. RGB value is (255,9,64). Sum of RGB (Red+Green+Blue) = 255+9+64=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0940 is #00F6BF. Grayscale: #585858. Windows color (decimal): -63168 or 4196863. OLE color: 4196863.

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

Color convert

RGB 255 9 64 -
CMYK 0 0.96 0.75 0
HSL 346.59º 1% 0.52% -
HSV(B) 346.59º 0.96% 1% -
XYZ 42.26 21.83 6.84 -
YUV 88.82 114 246.53 -
System Red Green Blue C M Y K H S L
Decimal 255 9 64 0 0.96 0.75 0 346.59 1 0.52
Hex FF 9 40 0 60 4B 0 15B 64 34
Octal 377 11 100 0 140 113 0 533 144 64
Binary 11111111 1001 1000000 0 1100000 1001011 0 101011011 1100100 110100

Color Harmonies of #FF0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0940

Black with #FF0940

Text Example


Text Example

White with #FF0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0940; }

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

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

background-color css

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

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

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

border-color css

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

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

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