Html Css Color HEX #F30516 Torch Red

📋 copy color: '#F30516'

red 243 ◦ green 5 ◦ blue 22

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

Shades of Torch Red #F30516

Tints of Torch Red #F30516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 90%
G = 1.85%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F30516 (or 0xF30516) is known color: Torch Red. HEX triplet: F3, 05 and 16. RGB value is (243,5,22). Sum of RGB (Red+Green+Blue) = 243+5+22=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F30516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30516 is #0CFAE9. Grayscale: #4E4E4E. Windows color (decimal): -850666 or 1443315. OLE color: 1443315.

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

Color convert

RGB 243 5 22 -
CMYK 0 0.98 0.91 0.05
HSL 355.71º 0.96% 0.49% -
HSV(B) 355.71º 0.98% 0.95% -
XYZ 37.16 19.22 2.51 -
YUV 78.1 96.35 245.62 -
System Red Green Blue C M Y K H S L
Decimal 243 5 22 0 0.98 0.91 0.05 355.71 0.96 0.49
Hex F3 5 16 0 62 5B 5 164 60 31
Octal 363 5 26 0 142 133 5 544 140 61
Binary 11110011 101 10110 0 1100010 1011011 101 101100100 1100000 110001

Color Harmonies of #F30516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30516

Black with #F30516

Text Example


Text Example

White with #F30516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30516; }

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

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

background-color css

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

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

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

border-color css

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

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

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