Html Css Color HEX #F40613 Torch Red

📋 copy color: '#F40613'

red 244 ◦ green 6 ◦ blue 19

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

Shades of Torch Red #F40613

Tints of Torch Red #F40613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 90.71%
G = 2.23%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F40613 (or 0xF40613) is known color: Torch Red. HEX triplet: F4, 06 and 13. RGB value is (244,6,19). Sum of RGB (Red+Green+Blue) = 244+6+19=269 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.71% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 244 - color contains mainly: red. Hex color #F40613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40613 is #0BF9EC. Grayscale: #4E4E4E. Windows color (decimal): -784877 or 1246964. OLE color: 1246964.

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

Color convert

RGB 244 6 19 -
CMYK 0 0.98 0.92 0.04
HSL 356.72º 0.95% 0.49% -
HSV(B) 356.72º 0.98% 0.96% -
XYZ 37.49 19.41 2.39 -
YUV 78.64 94.35 245.94 -
System Red Green Blue C M Y K H S L
Decimal 244 6 19 0 0.98 0.92 0.04 356.72 0.95 0.49
Hex F4 6 13 0 62 5C 4 165 5F 31
Octal 364 6 23 0 142 134 4 545 137 61
Binary 11110100 110 10011 0 1100010 1011100 100 101100101 1011111 110001

Color Harmonies of #F40613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40613

Black with #F40613

Text Example


Text Example

White with #F40613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40613; }

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

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

background-color css

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

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

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

border-color css

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

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

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