Html Css Color HEX #F30916 Torch Red

📋 copy color: '#F30916'

red 243 ◦ green 9 ◦ blue 22

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

Shades of Torch Red #F30916

Tints of Torch Red #F30916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 88.69%
G = 3.28%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F30916 (or 0xF30916) is known color: Torch Red. HEX triplet: F3, 09 and 16. RGB value is (243,9,22). Sum of RGB (Red+Green+Blue) = 243+9+22=274 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.69% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 243 - color contains mainly: red. Hex color #F30916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30916 is #0CF6E9. Grayscale: #505050. Windows color (decimal): -849642 or 1444339. OLE color: 1444339.

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

Color convert

RGB 243 9 22 -
CMYK 0 0.96 0.91 0.05
HSL 356.67º 0.93% 0.49% -
HSV(B) 356.67º 0.96% 0.95% -
XYZ 37.2 19.31 2.52 -
YUV 80.45 95.02 243.94 -
System Red Green Blue C M Y K H S L
Decimal 243 9 22 0 0.96 0.91 0.05 356.67 0.93 0.49
Hex F3 9 16 0 60 5B 5 165 5D 31
Octal 363 11 26 0 140 133 5 545 135 61
Binary 11110011 1001 10110 0 1100000 1011011 101 101100101 1011101 110001

Color Harmonies of #F30916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30916

Black with #F30916

Text Example


Text Example

White with #F30916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30916; }

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

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

background-color css

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

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

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

border-color css

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

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

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