Html Css Color HEX #F31923 Torch Red

📋 copy color: '#F31923'

red 243 ◦ green 25 ◦ blue 35

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

Shades of Torch Red #F31923

Tints of Torch Red #F31923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.25%

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

R = 80.2%
G = 8.25%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F31923 (or 0xF31923) is known color: Torch Red. HEX triplet: F3, 19 and 23. RGB value is (243,25,35). Sum of RGB (Red+Green+Blue) = 243+25+35=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F31923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31923 is #0CE6DC. Grayscale: #5B5B5B. Windows color (decimal): -845533 or 2300403. OLE color: 2300403.

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

Color convert

RGB 243 25 35 -
CMYK 0 0.90 0.86 0.05
HSL 357.25º 0.9% 0.53% -
HSV(B) 357.25º 0.9% 0.95% -
XYZ 37.61 19.87 3.44 -
YUV 91.32 96.22 236.19 -
System Red Green Blue C M Y K H S L
Decimal 243 25 35 0 0.90 0.86 0.05 357.25 0.9 0.53
Hex F3 19 23 0 5A 56 5 165 5A 35
Octal 363 31 43 0 132 126 5 545 132 65
Binary 11110011 11001 100011 0 1011010 1010110 101 101100101 1011010 110101

Color Harmonies of #F31923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31923

Black with #F31923

Text Example


Text Example

White with #F31923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31923; }

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

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

background-color css

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

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

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

border-color css

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

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

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