Html Css Color HEX #F31017 Torch Red

📋 copy color: '#F31017'

red 243 ◦ green 16 ◦ blue 23

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

Shades of Torch Red #F31017

Tints of Torch Red #F31017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.16%

R = 86.17%
G = 5.67%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F31017 (or 0xF31017) is known color: Torch Red. HEX triplet: F3, 10 and 17. RGB value is (243,16,23). Sum of RGB (Red+Green+Blue) = 243+16+23=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F31017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31017 is #0CEFE8. Grayscale: #545454. Windows color (decimal): -847849 or 1511667. OLE color: 1511667.

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

Color convert

RGB 243 16 23 -
CMYK 0 0.93 0.91 0.05
HSL 358.15º 0.9% 0.51% -
HSV(B) 358.15º 0.93% 0.95% -
XYZ 37.3 19.49 2.61 -
YUV 84.67 93.21 240.93 -
System Red Green Blue C M Y K H S L
Decimal 243 16 23 0 0.93 0.91 0.05 358.15 0.9 0.51
Hex F3 10 17 0 5D 5B 5 166 5A 33
Octal 363 20 27 0 135 133 5 546 132 63
Binary 11110011 10000 10111 0 1011101 1011011 101 101100110 1011010 110011

Color Harmonies of #F31017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31017

Black with #F31017

Text Example


Text Example

White with #F31017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31017; }

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

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

background-color css

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

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

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

border-color css

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

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

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