Html Css Color HEX #F31218 Torch Red

📋 copy color: '#F31218'

red 243 ◦ green 18 ◦ blue 24

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

Shades of Torch Red #F31218

Tints of Torch Red #F31218

RGB

 RED value IS 243 (95.31% from 255) = 85.26%

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

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

R = 85.26%
G = 6.32%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F31218 (or 0xF31218) is known color: Torch Red. HEX triplet: F3, 12 and 18. RGB value is (243,18,24). Sum of RGB (Red+Green+Blue) = 243+18+24=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F31218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31218 is #0CEDE7. Grayscale: #565656. Windows color (decimal): -847336 or 1577715. OLE color: 1577715.

HSL color Cylindrical-coordinate representation of color #F31218: hue angle of 358.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31218 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 18 24 -
CMYK 0 0.93 0.90 0.05
HSL 358.4º 0.9% 0.51% -
HSV(B) 358.4º 0.93% 0.95% -
XYZ 37.34 19.55 2.67 -
YUV 85.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 243 18 24 0 0.93 0.90 0.05 358.4 0.9 0.51
Hex F3 12 18 0 5D 5A 5 166 5A 33
Octal 363 22 30 0 135 132 5 546 132 63
Binary 11110011 10010 11000 0 1011101 1011010 101 101100110 1011010 110011

Color Harmonies of #F31218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31218

Black with #F31218

Text Example


Text Example

White with #F31218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31218; }

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

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

background-color css

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

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

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

border-color css

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

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

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