Html Css Color HEX #F31A2B Torch Red

📋 copy color: '#F31A2B'

red 243 ◦ green 26 ◦ blue 43

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

Shades of Torch Red #F31A2B

Tints of Torch Red #F31A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 77.88%
G = 8.33%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F31A2B (or 0xF31A2B) is known color: Torch Red. HEX triplet: F3, 1A and 2B. RGB value is (243,26,43). Sum of RGB (Red+Green+Blue) = 243+26+43=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A2B is #0CE5D4. Grayscale: #5C5C5C. Windows color (decimal): -845269 or 2824947. OLE color: 2824947.

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

Color convert

RGB 243 26 43 -
CMYK 0 0.89 0.82 0.05
HSL 355.3º 0.9% 0.53% -
HSV(B) 355.3º 0.89% 0.95% -
XYZ 37.77 19.97 4.15 -
YUV 92.82 99.89 235.12 -
System Red Green Blue C M Y K H S L
Decimal 243 26 43 0 0.89 0.82 0.05 355.3 0.9 0.53
Hex F3 1A 2B 0 59 52 5 163 5A 35
Octal 363 32 53 0 131 122 5 543 132 65
Binary 11110011 11010 101011 0 1011001 1010010 101 101100011 1011010 110101

Color Harmonies of #F31A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A2B

Black with #F31A2B

Text Example


Text Example

White with #F31A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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