Html Css Color HEX #F31C2F Torch Red

📋 copy color: '#F31C2F'

red 243 ◦ green 28 ◦ blue 47

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

Shades of Torch Red #F31C2F

Tints of Torch Red #F31C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 76.42%
G = 8.81%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F31C2F (or 0xF31C2F) is known color: Torch Red. HEX triplet: F3, 1C and 2F. RGB value is (243,28,47). Sum of RGB (Red+Green+Blue) = 243+28+47=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C2F is #0CE3D0. Grayscale: #5E5E5E. Windows color (decimal): -844753 or 3087603. OLE color: 3087603.

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

Color convert

RGB 243 28 47 -
CMYK 0 0.88 0.81 0.05
HSL 354.7º 0.9% 0.53% -
HSV(B) 354.7º 0.88% 0.95% -
XYZ 37.89 20.09 4.57 -
YUV 94.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 243 28 47 0 0.88 0.81 0.05 354.7 0.9 0.53
Hex F3 1C 2F 0 58 51 5 163 5A 35
Octal 363 34 57 0 130 121 5 543 132 65
Binary 11110011 11100 101111 0 1011000 1010001 101 101100011 1011010 110101

Color Harmonies of #F31C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C2F

Black with #F31C2F

Text Example


Text Example

White with #F31C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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