Html Css Color HEX #F30936 Torch Red

📋 copy color: '#F30936'

red 243 ◦ green 9 ◦ blue 54

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

Shades of Torch Red #F30936

Tints of Torch Red #F30936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 79.41%
G = 2.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F30936 (or 0xF30936) is known color: Torch Red. HEX triplet: F3, 09 and 36. RGB value is (243,9,54). Sum of RGB (Red+Green+Blue) = 243+9+54=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F30936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30936 is #0CF6C9. Grayscale: #545454. Windows color (decimal): -849610 or 3541491. OLE color: 3541491.

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

Color convert

RGB 243 9 54 -
CMYK 0 0.96 0.78 0.05
HSL 348.46º 0.93% 0.49% -
HSV(B) 348.46º 0.96% 0.95% -
XYZ 37.73 19.52 5.27 -
YUV 84.1 111.02 241.34 -
System Red Green Blue C M Y K H S L
Decimal 243 9 54 0 0.96 0.78 0.05 348.46 0.93 0.49
Hex F3 9 36 0 60 4E 5 15C 5D 31
Octal 363 11 66 0 140 116 5 534 135 61
Binary 11110011 1001 110110 0 1100000 1001110 101 101011100 1011101 110001

Color Harmonies of #F30936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30936

Black with #F30936

Text Example


Text Example

White with #F30936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30936; }

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

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

background-color css

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

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

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

border-color css

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

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

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