Html Css Color HEX #FF0924 Torch Red

📋 copy color: '#FF0924'

red 255 ◦ green 9 ◦ blue 36

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

Shades of Torch Red #FF0924

Tints of Torch Red #FF0924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12%

R = 85%
G = 3%
B = 12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF0924 (or 0xFF0924) is known color: Torch Red. HEX triplet: FF, 09 and 24. RGB value is (255,9,36). Sum of RGB (Red+Green+Blue) = 255+9+36=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0924 is #00F6DB. Grayscale: #555555. Windows color (decimal): -63196 or 2361855. OLE color: 2361855.

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

Color convert

RGB 255 9 36 -
CMYK 0 0.96 0.86 0
HSL 353.41º 1% 0.52% -
HSV(B) 353.41º 0.96% 1% -
XYZ 41.66 21.58 3.64 -
YUV 85.63 100 248.8 -
System Red Green Blue C M Y K H S L
Decimal 255 9 36 0 0.96 0.86 0 353.41 1 0.52
Hex FF 9 24 0 60 56 0 161 64 34
Octal 377 11 44 0 140 126 0 541 144 64
Binary 11111111 1001 100100 0 1100000 1010110 0 101100001 1100100 110100

Color Harmonies of #FF0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0924

Black with #FF0924

Text Example


Text Example

White with #FF0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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