Html Css Color HEX #F31016 Torch Red

📋 copy color: '#F31016'

red 243 ◦ green 16 ◦ blue 22

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

Shades of Torch Red #F31016

Tints of Torch Red #F31016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 86.48%
G = 5.69%
B = 7.83%

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

#F31016 (or 0xF31016) is known color: Torch Red. HEX triplet: F3, 10 and 16. RGB value is (243,16,22). Sum of RGB (Red+Green+Blue) = 243+16+22=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F31016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31016 is #0CEFE9. Grayscale: #545454. Windows color (decimal): -847850 or 1446131. OLE color: 1446131.

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

Color convert

RGB 243 16 22 -
CMYK 0 0.93 0.91 0.05
HSL 358.41º 0.9% 0.51% -
HSV(B) 358.41º 0.93% 0.95% -
XYZ 37.29 19.48 2.55 -
YUV 84.56 92.71 241.01 -
System Red Green Blue C M Y K H S L
Decimal 243 16 22 0 0.93 0.91 0.05 358.41 0.9 0.51
Hex F3 10 16 0 5D 5B 5 166 5A 33
Octal 363 20 26 0 135 133 5 546 132 63
Binary 11110011 10000 10110 0 1011101 1011011 101 101100110 1011010 110011

Color Harmonies of #F31016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31016

Black with #F31016

Text Example


Text Example

White with #F31016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31016; }

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

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

background-color css

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

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

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

border-color css

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

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

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