Html Css Color HEX #F31034 Torch Red

📋 copy color: '#F31034'

red 243 ◦ green 16 ◦ blue 52

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

Shades of Torch Red #F31034

Tints of Torch Red #F31034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 78.14%
G = 5.14%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F31034 (or 0xF31034) is known color: Torch Red. HEX triplet: F3, 10 and 34. RGB value is (243,16,52). Sum of RGB (Red+Green+Blue) = 243+16+52=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F31034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31034 is #0CEFCB. Grayscale: #585858. Windows color (decimal): -847820 or 3412211. OLE color: 3412211.

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

Color convert

RGB 243 16 52 -
CMYK 0 0.93 0.79 0.05
HSL 350.48º 0.9% 0.51% -
HSV(B) 350.48º 0.93% 0.95% -
XYZ 37.77 19.67 5.06 -
YUV 87.98 107.71 238.57 -
System Red Green Blue C M Y K H S L
Decimal 243 16 52 0 0.93 0.79 0.05 350.48 0.9 0.51
Hex F3 10 34 0 5D 4F 5 15E 5A 33
Octal 363 20 64 0 135 117 5 536 132 63
Binary 11110011 10000 110100 0 1011101 1001111 101 101011110 1011010 110011

Color Harmonies of #F31034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31034

Black with #F31034

Text Example


Text Example

White with #F31034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31034; }

 p { color: rgb(243,16,52); }

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

background-color css

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

 a { background-color: rgb(243,16,52); }

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

border-color css

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

 span { border-color: rgb(243,16,52); }

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