Html Css Color HEX #F31033 Torch Red

📋 copy color: '#F31033'

red 243 ◦ green 16 ◦ blue 51

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

Shades of Torch Red #F31033

Tints of Torch Red #F31033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 78.39%
G = 5.16%
B = 16.45%

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

#F31033 (or 0xF31033) is known color: Torch Red. HEX triplet: F3, 10 and 33. RGB value is (243,16,51). Sum of RGB (Red+Green+Blue) = 243+16+51=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F31033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31033 is #0CEFCC. Grayscale: #575757. Windows color (decimal): -847821 or 3346675. OLE color: 3346675.

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

Color convert

RGB 243 16 51 -
CMYK 0 0.93 0.79 0.05
HSL 350.75º 0.9% 0.51% -
HSV(B) 350.75º 0.93% 0.95% -
XYZ 37.74 19.66 4.94 -
YUV 87.86 107.21 238.65 -
System Red Green Blue C M Y K H S L
Decimal 243 16 51 0 0.93 0.79 0.05 350.75 0.9 0.51
Hex F3 10 33 0 5D 4F 5 15F 5A 33
Octal 363 20 63 0 135 117 5 537 132 63
Binary 11110011 10000 110011 0 1011101 1001111 101 101011111 1011010 110011

Color Harmonies of #F31033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31033

Black with #F31033

Text Example


Text Example

White with #F31033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31033; }

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

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

background-color css

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

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

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

border-color css

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

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

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