Html Css Color HEX #F31213 Torch Red

📋 copy color: '#F31213'

red 243 ◦ green 18 ◦ blue 19

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

Shades of Torch Red #F31213

Tints of Torch Red #F31213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 86.79%
G = 6.43%
B = 6.79%

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

#F31213 (or 0xF31213) is known color: Torch Red. HEX triplet: F3, 12 and 13. RGB value is (243,18,19). Sum of RGB (Red+Green+Blue) = 243+18+19=280 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.79% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 243 - color contains mainly: red. Hex color #F31213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31213 is #0CEDEC. Grayscale: #555555. Windows color (decimal): -847341 or 1250035. OLE color: 1250035.

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

Color convert

RGB 243 18 19 -
CMYK 0 0.93 0.92 0.05
HSL 359.73º 0.9% 0.51% -
HSV(B) 359.73º 0.93% 0.95% -
XYZ 37.3 19.53 2.42 -
YUV 85.39 90.54 240.42 -
System Red Green Blue C M Y K H S L
Decimal 243 18 19 0 0.93 0.92 0.05 359.73 0.9 0.51
Hex F3 12 13 0 5D 5C 5 168 5A 33
Octal 363 22 23 0 135 134 5 550 132 63
Binary 11110011 10010 10011 0 1011101 1011100 101 101101000 1011010 110011

Color Harmonies of #F31213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31213

Black with #F31213

Text Example


Text Example

White with #F31213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31213; }

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

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

background-color css

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

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

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

border-color css

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

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

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