Html Css Color HEX #FF1218 Torch Red

📋 copy color: '#FF1218'

red 255 ◦ green 18 ◦ blue 24

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

Shades of Torch Red #FF1218

Tints of Torch Red #FF1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 85.86%
G = 6.06%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF1218 (or 0xFF1218) is known color: Torch Red. HEX triplet: FF, 12 and 18. RGB value is (255,18,24). Sum of RGB (Red+Green+Blue) = 255+18+24=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1218 is #00EDE7. Grayscale: #595959. Windows color (decimal): -60904 or 1577727. OLE color: 1577727.

HSL color Cylindrical-coordinate representation of color #FF1218: hue angle of 358.48º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1218 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 24 -
CMYK 0 0.93 0.91 0
HSL 358.48º 1% 0.54% -
HSV(B) 358.48º 0.93% 1% -
XYZ 41.62 21.76 2.87 -
YUV 89.55 91.02 246.01 -
System Red Green Blue C M Y K H S L
Decimal 255 18 24 0 0.93 0.91 0 358.48 1 0.54
Hex FF 12 18 0 5D 5B 0 166 64 36
Octal 377 22 30 0 135 133 0 546 144 66
Binary 11111111 10010 11000 0 1011101 1011011 0 101100110 1100100 110110

Color Harmonies of #FF1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1218

Black with #FF1218

Text Example


Text Example

White with #FF1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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