Html Css Color HEX #F31323 Torch Red

📋 copy color: '#F31323'

red 243 ◦ green 19 ◦ blue 35

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

Shades of Torch Red #F31323

Tints of Torch Red #F31323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

 BLUE value IS 35 (14.06% from 255) = 11.78%

R = 81.82%
G = 6.4%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F31323 (or 0xF31323) is known color: Torch Red. HEX triplet: F3, 13 and 23. RGB value is (243,19,35). Sum of RGB (Red+Green+Blue) = 243+19+35=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F31323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31323 is #0CECDC. Grayscale: #575757. Windows color (decimal): -847069 or 2298867. OLE color: 2298867.

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

Color convert

RGB 243 19 35 -
CMYK 0 0.92 0.86 0.05
HSL 355.71º 0.9% 0.51% -
HSV(B) 355.71º 0.92% 0.95% -
XYZ 37.5 19.64 3.4 -
YUV 87.8 98.21 238.7 -
System Red Green Blue C M Y K H S L
Decimal 243 19 35 0 0.92 0.86 0.05 355.71 0.9 0.51
Hex F3 13 23 0 5C 56 5 164 5A 33
Octal 363 23 43 0 134 126 5 544 132 63
Binary 11110011 10011 100011 0 1011100 1010110 101 101100100 1011010 110011

Color Harmonies of #F31323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31323

Black with #F31323

Text Example


Text Example

White with #F31323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31323; }

 p { color: rgb(243,19,35); }

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

background-color css

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

 a { background-color: rgb(243,19,35); }

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

border-color css

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

 span { border-color: rgb(243,19,35); }

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