Html Css Color HEX #F31735 Torch Red

📋 copy color: '#F31735'

red 243 ◦ green 23 ◦ blue 53

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

Shades of Torch Red #F31735

Tints of Torch Red #F31735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

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

R = 76.18%
G = 7.21%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F31735 (or 0xF31735) is known color: Torch Red. HEX triplet: F3, 17 and 35. RGB value is (243,23,53). Sum of RGB (Red+Green+Blue) = 243+23+53=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F31735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31735 is #0CE8CA. Grayscale: #5C5C5C. Windows color (decimal): -846027 or 3479539. OLE color: 3479539.

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

Color convert

RGB 243 23 53 -
CMYK 0 0.91 0.78 0.05
HSL 351.82º 0.9% 0.52% -
HSV(B) 351.82º 0.91% 0.95% -
XYZ 37.91 19.92 5.22 -
YUV 92.2 105.89 235.56 -
System Red Green Blue C M Y K H S L
Decimal 243 23 53 0 0.91 0.78 0.05 351.82 0.9 0.52
Hex F3 17 35 0 5B 4E 5 160 5A 34
Octal 363 27 65 0 133 116 5 540 132 64
Binary 11110011 10111 110101 0 1011011 1001110 101 101100000 1011010 110100

Color Harmonies of #F31735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31735

Black with #F31735

Text Example


Text Example

White with #F31735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31735; }

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

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

background-color css

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

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

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

border-color css

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

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

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