Html Css Color HEX #F31214 Torch Red

📋 copy color: '#F31214'

red 243 ◦ green 18 ◦ blue 20

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

Shades of Torch Red #F31214

Tints of Torch Red #F31214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 86.48%
G = 6.41%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F31214 (or 0xF31214) is known color: Torch Red. HEX triplet: F3, 12 and 14. RGB value is (243,18,20). Sum of RGB (Red+Green+Blue) = 243+18+20=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F31214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31214 is #0CEDEB. Grayscale: #555555. Windows color (decimal): -847340 or 1315571. OLE color: 1315571.

HSL color Cylindrical-coordinate representation of color #F31214: hue angle of 359.47º 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 #F31214 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 18 20 -
CMYK 0 0.93 0.92 0.05
HSL 359.47º 0.9% 0.51% -
HSV(B) 359.47º 0.93% 0.95% -
XYZ 37.3 19.54 2.47 -
YUV 85.5 91.04 240.34 -
System Red Green Blue C M Y K H S L
Decimal 243 18 20 0 0.93 0.92 0.05 359.47 0.9 0.51
Hex F3 12 14 0 5D 5C 5 167 5A 33
Octal 363 22 24 0 135 134 5 547 132 63
Binary 11110011 10010 10100 0 1011101 1011100 101 101100111 1011010 110011

Color Harmonies of #F31214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31214

Black with #F31214

Text Example


Text Example

White with #F31214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31214; }

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

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

background-color css

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

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

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

border-color css

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

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

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