Html Css Color HEX #FF0918 Torch Red

📋 copy color: '#FF0918'

red 255 ◦ green 9 ◦ blue 24

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

Shades of Torch Red #FF0918

Tints of Torch Red #FF0918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 88.54%
G = 3.13%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF0918 (or 0xFF0918) is known color: Torch Red. HEX triplet: FF, 09 and 18. RGB value is (255,9,24). Sum of RGB (Red+Green+Blue) = 255+9+24=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0918 is #00F6E7. Grayscale: #545454. Windows color (decimal): -63208 or 1575423. OLE color: 1575423.

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

Color convert

RGB 255 9 24 -
CMYK 0 0.96 0.91 0
HSL 356.34º 1% 0.52% -
HSV(B) 356.34º 0.96% 1% -
XYZ 41.5 21.52 2.83 -
YUV 84.26 94 249.78 -
System Red Green Blue C M Y K H S L
Decimal 255 9 24 0 0.96 0.91 0 356.34 1 0.52
Hex FF 9 18 0 60 5B 0 164 64 34
Octal 377 11 30 0 140 133 0 544 144 64
Binary 11111111 1001 11000 0 1100000 1011011 0 101100100 1100100 110100

Color Harmonies of #FF0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0918

Black with #FF0918

Text Example


Text Example

White with #FF0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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