Html Css Color HEX #F31215 Torch Red

📋 copy color: '#F31215'

red 243 ◦ green 18 ◦ blue 21

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

Shades of Torch Red #F31215

Tints of Torch Red #F31215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 86.17%
G = 6.38%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F31215 (or 0xF31215) is known color: Torch Red. HEX triplet: F3, 12 and 15. RGB value is (243,18,21). Sum of RGB (Red+Green+Blue) = 243+18+21=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F31215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31215 is #0CEDEA. Grayscale: #555555. Windows color (decimal): -847339 or 1381107. OLE color: 1381107.

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

Color convert

RGB 243 18 21 -
CMYK 0 0.93 0.91 0.05
HSL 359.2º 0.9% 0.51% -
HSV(B) 359.2º 0.93% 0.95% -
XYZ 37.31 19.54 2.51 -
YUV 85.62 91.54 240.26 -
System Red Green Blue C M Y K H S L
Decimal 243 18 21 0 0.93 0.91 0.05 359.2 0.9 0.51
Hex F3 12 15 0 5D 5B 5 167 5A 33
Octal 363 22 25 0 135 133 5 547 132 63
Binary 11110011 10010 10101 0 1011101 1011011 101 101100111 1011010 110011

Color Harmonies of #F31215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31215

Black with #F31215

Text Example


Text Example

White with #F31215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31215; }

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

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

background-color css

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

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

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

border-color css

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

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

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