Html Css Color HEX #F31035 Torch Red

📋 copy color: '#F31035'

red 243 ◦ green 16 ◦ blue 53

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

Shades of Torch Red #F31035

Tints of Torch Red #F31035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 77.88%
G = 5.13%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F31035 (or 0xF31035) is known color: Torch Red. HEX triplet: F3, 10 and 35. RGB value is (243,16,53). Sum of RGB (Red+Green+Blue) = 243+16+53=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F31035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31035 is #0CEFCA. Grayscale: #585858. Windows color (decimal): -847819 or 3477747. OLE color: 3477747.

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

Color convert

RGB 243 16 53 -
CMYK 0 0.93 0.78 0.05
HSL 350.22º 0.9% 0.51% -
HSV(B) 350.22º 0.93% 0.95% -
XYZ 37.79 19.68 5.18 -
YUV 88.09 108.21 238.49 -
System Red Green Blue C M Y K H S L
Decimal 243 16 53 0 0.93 0.78 0.05 350.22 0.9 0.51
Hex F3 10 35 0 5D 4E 5 15E 5A 33
Octal 363 20 65 0 135 116 5 536 132 63
Binary 11110011 10000 110101 0 1011101 1001110 101 101011110 1011010 110011

Color Harmonies of #F31035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31035

Black with #F31035

Text Example


Text Example

White with #F31035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31035; }

 p { color: rgb(243,16,53); }

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

background-color css

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

 a { background-color: rgb(243,16,53); }

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

border-color css

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

 span { border-color: rgb(243,16,53); }

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