Html Css Color HEX #F31443 Torch Red

📋 copy color: '#F31443'

red 243 ◦ green 20 ◦ blue 67

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

Shades of Torch Red #F31443

Tints of Torch Red #F31443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 73.64%
G = 6.06%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F31443 (or 0xF31443) is known color: Torch Red. HEX triplet: F3, 14 and 43. RGB value is (243,20,67). Sum of RGB (Red+Green+Blue) = 243+20+67=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F31443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31443 is #0CEBBC. Grayscale: #5C5C5C. Windows color (decimal): -846781 or 4396275. OLE color: 4396275.

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

Color convert

RGB 243 20 67 -
CMYK 0 0.92 0.72 0.05
HSL 347.35º 0.9% 0.52% -
HSV(B) 347.35º 0.92% 0.95% -
XYZ 38.23 19.96 7.15 -
YUV 92.04 113.88 235.68 -
System Red Green Blue C M Y K H S L
Decimal 243 20 67 0 0.92 0.72 0.05 347.35 0.9 0.52
Hex F3 14 43 0 5C 48 5 15B 5A 34
Octal 363 24 103 0 134 110 5 533 132 64
Binary 11110011 10100 1000011 0 1011100 1001000 101 101011011 1011010 110100

Color Harmonies of #F31443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31443

Black with #F31443

Text Example


Text Example

White with #F31443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31443; }

 p { color: rgb(243,20,67); }

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

background-color css

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

 a { background-color: rgb(243,20,67); }

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

border-color css

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

 span { border-color: rgb(243,20,67); }

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