Html Css Color HEX #F31C29 Torch Red

📋 copy color: '#F31C29'

red 243 ◦ green 28 ◦ blue 41

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

Shades of Torch Red #F31C29

Tints of Torch Red #F31C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

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

R = 77.88%
G = 8.97%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F31C29 (or 0xF31C29) is known color: Torch Red. HEX triplet: F3, 1C and 29. RGB value is (243,28,41). Sum of RGB (Red+Green+Blue) = 243+28+41=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C29 is #0CE3D6. Grayscale: #5D5D5D. Windows color (decimal): -844759 or 2694387. OLE color: 2694387.

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

Color convert

RGB 243 28 41 -
CMYK 0 0.88 0.83 0.05
HSL 356.37º 0.9% 0.53% -
HSV(B) 356.37º 0.88% 0.95% -
XYZ 37.78 20.05 3.98 -
YUV 93.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 243 28 41 0 0.88 0.83 0.05 356.37 0.9 0.53
Hex F3 1C 29 0 58 53 5 164 5A 35
Octal 363 34 51 0 130 123 5 544 132 65
Binary 11110011 11100 101001 0 1011000 1010011 101 101100100 1011010 110101

Color Harmonies of #F31C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C29

Black with #F31C29

Text Example


Text Example

White with #F31C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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