Html Css Color HEX #F31A30 Torch Red

📋 copy color: '#F31A30'

red 243 ◦ green 26 ◦ blue 48

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

Shades of Torch Red #F31A30

Tints of Torch Red #F31A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 76.66%
G = 8.2%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F31A30 (or 0xF31A30) is known color: Torch Red. HEX triplet: F3, 1A and 30. RGB value is (243,26,48). Sum of RGB (Red+Green+Blue) = 243+26+48=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A30 is #0CE5CF. Grayscale: #5D5D5D. Windows color (decimal): -845264 or 3152627. OLE color: 3152627.

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

Color convert

RGB 243 26 48 -
CMYK 0 0.89 0.80 0.05
HSL 353.92º 0.9% 0.53% -
HSV(B) 353.92º 0.89% 0.95% -
XYZ 37.87 20.01 4.66 -
YUV 93.39 102.39 234.71 -
System Red Green Blue C M Y K H S L
Decimal 243 26 48 0 0.89 0.80 0.05 353.92 0.9 0.53
Hex F3 1A 30 0 59 50 5 162 5A 35
Octal 363 32 60 0 131 120 5 542 132 65
Binary 11110011 11010 110000 0 1011001 1010000 101 101100010 1011010 110101

Color Harmonies of #F31A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A30

Black with #F31A30

Text Example


Text Example

White with #F31A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A30; }

 p { color: rgb(243,26,48); }

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

background-color css

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

 a { background-color: rgb(243,26,48); }

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

border-color css

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

 span { border-color: rgb(243,26,48); }

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