Html Css Color HEX #F31023 Torch Red

📋 copy color: '#F31023'

red 243 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #F31023

Tints of Torch Red #F31023

RGB

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

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

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

R = 82.65%
G = 5.44%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F31023 (or 0xF31023) is known color: Torch Red. HEX triplet: F3, 10 and 23. RGB value is (243,16,35). Sum of RGB (Red+Green+Blue) = 243+16+35=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F31023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31023 is #0CEFDC. Grayscale: #565656. Windows color (decimal): -847837 or 2298099. OLE color: 2298099.

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

Color convert

RGB 243 16 35 -
CMYK 0 0.93 0.86 0.05
HSL 354.98º 0.9% 0.51% -
HSV(B) 354.98º 0.93% 0.95% -
XYZ 37.45 19.55 3.39 -
YUV 86.04 99.21 239.96 -
System Red Green Blue C M Y K H S L
Decimal 243 16 35 0 0.93 0.86 0.05 354.98 0.9 0.51
Hex F3 10 23 0 5D 56 5 163 5A 33
Octal 363 20 43 0 135 126 5 543 132 63
Binary 11110011 10000 100011 0 1011101 1010110 101 101100011 1011010 110011

Color Harmonies of #F31023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31023

Black with #F31023

Text Example


Text Example

White with #F31023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31023; }

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

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

background-color css

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

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

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

border-color css

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

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

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