Html Css Color HEX #F40933 Torch Red

📋 copy color: '#F40933'

red 244 ◦ green 9 ◦ blue 51

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

Shades of Torch Red #F40933

Tints of Torch Red #F40933

RGB

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

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

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

R = 80.26%
G = 2.96%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F40933 (or 0xF40933) is known color: Torch Red. HEX triplet: F4, 09 and 33. RGB value is (244,9,51). Sum of RGB (Red+Green+Blue) = 244+9+51=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F40933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40933 is #0BF6CC. Grayscale: #545454. Windows color (decimal): -784077 or 3344884. OLE color: 3344884.

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

Color convert

RGB 244 9 51 -
CMYK 0 0.96 0.79 0.04
HSL 349.28º 0.93% 0.5% -
HSV(B) 349.28º 0.96% 0.96% -
XYZ 38 19.67 4.93 -
YUV 84.05 109.36 242.08 -
System Red Green Blue C M Y K H S L
Decimal 244 9 51 0 0.96 0.79 0.04 349.28 0.93 0.5
Hex F4 9 33 0 60 4F 4 15D 5D 32
Octal 364 11 63 0 140 117 4 535 135 62
Binary 11110100 1001 110011 0 1100000 1001111 100 101011101 1011101 110010

Color Harmonies of #F40933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40933

Black with #F40933

Text Example


Text Example

White with #F40933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40933; }

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

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

background-color css

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

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

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

border-color css

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

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

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