Html Css Color HEX #F40733 Torch Red

📋 copy color: '#F40733'

red 244 ◦ green 7 ◦ blue 51

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

Shades of Torch Red #F40733

Tints of Torch Red #F40733

RGB

 RED value IS 244 (95.7% from 255) = 80.79%

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

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

R = 80.79%
G = 2.32%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F40733 (or 0xF40733) is known color: Torch Red. HEX triplet: F4, 07 and 33. RGB value is (244,7,51). Sum of RGB (Red+Green+Blue) = 244+7+51=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F40733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40733 is #0BF8CC. Grayscale: #525252. Windows color (decimal): -784589 or 3344372. OLE color: 3344372.

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

Color convert

RGB 244 7 51 -
CMYK 0 0.97 0.79 0.04
HSL 348.86º 0.94% 0.49% -
HSV(B) 348.86º 0.97% 0.96% -
XYZ 37.98 19.62 4.92 -
YUV 82.88 110.02 242.92 -
System Red Green Blue C M Y K H S L
Decimal 244 7 51 0 0.97 0.79 0.04 348.86 0.94 0.49
Hex F4 7 33 0 61 4F 4 15D 5E 31
Octal 364 7 63 0 141 117 4 535 136 61
Binary 11110100 111 110011 0 1100001 1001111 100 101011101 1011110 110001

Color Harmonies of #F40733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40733

Black with #F40733

Text Example


Text Example

White with #F40733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40733; }

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

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

background-color css

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

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

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

border-color css

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

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

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