Html Css Color HEX #F30733 Torch Red

📋 copy color: '#F30733'

red 243 ◦ green 7 ◦ blue 51

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

Shades of Torch Red #F30733

Tints of Torch Red #F30733

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 80.73%
G = 2.33%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F30733 (or 0xF30733) is known color: Torch Red. HEX triplet: F3, 07 and 33. RGB value is (243,7,51). Sum of RGB (Red+Green+Blue) = 243+7+51=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F30733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30733 is #0CF8CC. Grayscale: #525252. Windows color (decimal): -850125 or 3344371. OLE color: 3344371.

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

Color convert

RGB 243 7 51 -
CMYK 0 0.97 0.79 0.05
HSL 348.81º 0.94% 0.49% -
HSV(B) 348.81º 0.97% 0.95% -
XYZ 37.64 19.45 4.9 -
YUV 82.58 110.19 242.42 -
System Red Green Blue C M Y K H S L
Decimal 243 7 51 0 0.97 0.79 0.05 348.81 0.94 0.49
Hex F3 7 33 0 61 4F 5 15D 5E 31
Octal 363 7 63 0 141 117 5 535 136 61
Binary 11110011 111 110011 0 1100001 1001111 101 101011101 1011110 110001

Color Harmonies of #F30733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30733

Black with #F30733

Text Example


Text Example

White with #F30733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30733; }

 p { color: rgb(243,7,51); }

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

background-color css

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

 a { background-color: rgb(243,7,51); }

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

border-color css

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

 span { border-color: rgb(243,7,51); }

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