Html Css Color HEX #F31B3F Torch Red

📋 copy color: '#F31B3F'

red 243 ◦ green 27 ◦ blue 63

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

Shades of Torch Red #F31B3F

Tints of Torch Red #F31B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.11%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 72.97%
G = 8.11%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F31B3F (or 0xF31B3F) is known color: Torch Red. HEX triplet: F3, 1B and 3F. RGB value is (243,27,63). Sum of RGB (Red+Green+Blue) = 243+27+63=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31B3F is #0CE4C0. Grayscale: #5F5F5F. Windows color (decimal): -844993 or 4135923. OLE color: 4135923.

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

Color convert

RGB 243 27 63 -
CMYK 0 0.89 0.74 0.05
HSL 350º 0.9% 0.53% -
HSV(B) 350º 0.89% 0.95% -
XYZ 38.25 20.2 6.59 -
YUV 95.69 109.56 233.07 -
System Red Green Blue C M Y K H S L
Decimal 243 27 63 0 0.89 0.74 0.05 350 0.9 0.53
Hex F3 1B 3F 0 59 4A 5 15E 5A 35
Octal 363 33 77 0 131 112 5 536 132 65
Binary 11110011 11011 111111 0 1011001 1001010 101 101011110 1011010 110101

Color Harmonies of #F31B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31B3F

Black with #F31B3F

Text Example


Text Example

White with #F31B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31B3F; }

 p { color: rgb(243,27,63); }

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

background-color css

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

 a { background-color: rgb(243,27,63); }

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

border-color css

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

 span { border-color: rgb(243,27,63); }

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