Html Css Color HEX #F40C33 Torch Red

📋 copy color: '#F40C33'

red 244 ◦ green 12 ◦ blue 51

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

Shades of Torch Red #F40C33

Tints of Torch Red #F40C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.91%

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

R = 79.48%
G = 3.91%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F40C33 (or 0xF40C33) is known color: Torch Red. HEX triplet: F4, 0C and 33. RGB value is (244,12,51). Sum of RGB (Red+Green+Blue) = 244+12+51=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40C33 is #0BF3CC. Grayscale: #555555. Windows color (decimal): -783309 or 3345652. OLE color: 3345652.

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

Color convert

RGB 244 12 51 -
CMYK 0 0.95 0.79 0.04
HSL 349.91º 0.91% 0.5% -
HSV(B) 349.91º 0.95% 0.96% -
XYZ 38.04 19.74 4.94 -
YUV 85.81 108.36 240.83 -
System Red Green Blue C M Y K H S L
Decimal 244 12 51 0 0.95 0.79 0.04 349.91 0.91 0.5
Hex F4 C 33 0 5F 4F 4 15E 5B 32
Octal 364 14 63 0 137 117 4 536 133 62
Binary 11110100 1100 110011 0 1011111 1001111 100 101011110 1011011 110010

Color Harmonies of #F40C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40C33

Black with #F40C33

Text Example


Text Example

White with #F40C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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