Html Css Color HEX #F4163C Torch Red

📋 copy color: '#F4163C'

red 244 ◦ green 22 ◦ blue 60

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

Shades of Torch Red #F4163C

Tints of Torch Red #F4163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.75%

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 74.85%
G = 6.75%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4163C (or 0xF4163C) is known color: Torch Red. HEX triplet: F4, 16 and 3C. RGB value is (244,22,60). Sum of RGB (Red+Green+Blue) = 244+22+60=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F4163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4163C is #0BE9C3. Grayscale: #5C5C5C. Windows color (decimal): -780740 or 3938036. OLE color: 3938036.

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

Color convert

RGB 244 22 60 -
CMYK 0 0.91 0.75 0.04
HSL 349.73º 0.91% 0.52% -
HSV(B) 349.73º 0.91% 0.96% -
XYZ 38.41 20.13 6.14 -
YUV 92.71 109.55 235.91 -
System Red Green Blue C M Y K H S L
Decimal 244 22 60 0 0.91 0.75 0.04 349.73 0.91 0.52
Hex F4 16 3C 0 5B 4B 4 15E 5B 34
Octal 364 26 74 0 133 113 4 536 133 64
Binary 11110100 10110 111100 0 1011011 1001011 100 101011110 1011011 110100

Color Harmonies of #F4163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4163C

Black with #F4163C

Text Example


Text Example

White with #F4163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4163C; }

 p { color: rgb(244,22,60); }

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

background-color css

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

 a { background-color: rgb(244,22,60); }

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

border-color css

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

 span { border-color: rgb(244,22,60); }

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