Html Css Color HEX #F4133F Torch Red

📋 copy color: '#F4133F'

red 244 ◦ green 19 ◦ blue 63

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

Shades of Torch Red #F4133F

Tints of Torch Red #F4133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 74.85%
G = 5.83%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F4133F (or 0xF4133F) is known color: Torch Red. HEX triplet: F4, 13 and 3F. RGB value is (244,19,63). Sum of RGB (Red+Green+Blue) = 244+19+63=326 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.85% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 244 - color contains mainly: red. Hex color #F4133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4133F is #0BECC0. Grayscale: #5B5B5B. Windows color (decimal): -781505 or 4133876. OLE color: 4133876.

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

Color convert

RGB 244 19 63 -
CMYK 0 0.92 0.74 0.04
HSL 348.27º 0.91% 0.52% -
HSV(B) 348.27º 0.92% 0.96% -
XYZ 38.44 20.06 6.55 -
YUV 91.29 112.04 236.92 -
System Red Green Blue C M Y K H S L
Decimal 244 19 63 0 0.92 0.74 0.04 348.27 0.91 0.52
Hex F4 13 3F 0 5C 4A 4 15C 5B 34
Octal 364 23 77 0 134 112 4 534 133 64
Binary 11110100 10011 111111 0 1011100 1001010 100 101011100 1011011 110100

Color Harmonies of #F4133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4133F

Black with #F4133F

Text Example


Text Example

White with #F4133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4133F; }

 p { color: rgb(244,19,63); }

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

background-color css

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

 a { background-color: rgb(244,19,63); }

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

border-color css

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

 span { border-color: rgb(244,19,63); }

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