Html Css Color HEX #FF0929 Torch Red

📋 copy color: '#FF0929'

red 255 ◦ green 9 ◦ blue 41

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

Shades of Torch Red #FF0929

Tints of Torch Red #FF0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 83.61%
G = 2.95%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF0929 (or 0xFF0929) is known color: Torch Red. HEX triplet: FF, 09 and 29. RGB value is (255,9,41). Sum of RGB (Red+Green+Blue) = 255+9+41=305 (40% of max value = 765). Red value is 255 (100% from 255 or 83.61% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0929 is #00F6D6. Grayscale: #565656. Windows color (decimal): -63191 or 2689535. OLE color: 2689535.

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

Color convert

RGB 255 9 41 -
CMYK 0 0.96 0.84 0
HSL 352.2º 1% 0.52% -
HSV(B) 352.2º 0.96% 1% -
XYZ 41.74 21.62 4.07 -
YUV 86.2 102.5 248.4 -
System Red Green Blue C M Y K H S L
Decimal 255 9 41 0 0.96 0.84 0 352.2 1 0.52
Hex FF 9 29 0 60 54 0 160 64 34
Octal 377 11 51 0 140 124 0 540 144 64
Binary 11111111 1001 101001 0 1100000 1010100 0 101100000 1100100 110100

Color Harmonies of #FF0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0929

Black with #FF0929

Text Example


Text Example

White with #FF0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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