Html Css Color HEX #F31429 Torch Red

📋 copy color: '#F31429'

red 243 ◦ green 20 ◦ blue 41

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

Shades of Torch Red #F31429

Tints of Torch Red #F31429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 79.93%
G = 6.58%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F31429 (or 0xF31429) is known color: Torch Red. HEX triplet: F3, 14 and 29. RGB value is (243,20,41). Sum of RGB (Red+Green+Blue) = 243+20+41=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F31429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31429 is #0CEBD6. Grayscale: #595959. Windows color (decimal): -846807 or 2692339. OLE color: 2692339.

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

Color convert

RGB 243 20 41 -
CMYK 0 0.92 0.83 0.05
HSL 354.35º 0.9% 0.52% -
HSV(B) 354.35º 0.92% 0.95% -
XYZ 37.61 19.72 3.92 -
YUV 89.07 100.88 237.79 -
System Red Green Blue C M Y K H S L
Decimal 243 20 41 0 0.92 0.83 0.05 354.35 0.9 0.52
Hex F3 14 29 0 5C 53 5 162 5A 34
Octal 363 24 51 0 134 123 5 542 132 64
Binary 11110011 10100 101001 0 1011100 1010011 101 101100010 1011010 110100

Color Harmonies of #F31429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31429

Black with #F31429

Text Example


Text Example

White with #F31429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31429; }

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

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

background-color css

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

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

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

border-color css

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

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

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