Html Css Color HEX #F31442 Torch Red

📋 copy color: '#F31442'

red 243 ◦ green 20 ◦ blue 66

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

Shades of Torch Red #F31442

Tints of Torch Red #F31442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 73.86%
G = 6.08%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F31442 (or 0xF31442) is known color: Torch Red. HEX triplet: F3, 14 and 42. RGB value is (243,20,66). Sum of RGB (Red+Green+Blue) = 243+20+66=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F31442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31442 is #0CEBBD. Grayscale: #5B5B5B. Windows color (decimal): -846782 or 4330739. OLE color: 4330739.

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

Color convert

RGB 243 20 66 -
CMYK 0 0.92 0.73 0.05
HSL 347.62º 0.9% 0.52% -
HSV(B) 347.62º 0.92% 0.95% -
XYZ 38.2 19.95 6.99 -
YUV 91.92 113.38 235.76 -
System Red Green Blue C M Y K H S L
Decimal 243 20 66 0 0.92 0.73 0.05 347.62 0.9 0.52
Hex F3 14 42 0 5C 49 5 15C 5A 34
Octal 363 24 102 0 134 111 5 534 132 64
Binary 11110011 10100 1000010 0 1011100 1001001 101 101011100 1011010 110100

Color Harmonies of #F31442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31442

Black with #F31442

Text Example


Text Example

White with #F31442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31442; }

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

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

background-color css

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

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

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

border-color css

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

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

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