Html Css Color HEX #F40835 Torch Red

📋 copy color: '#F40835'

red 244 ◦ green 8 ◦ blue 53

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

Shades of Torch Red #F40835

Tints of Torch Red #F40835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 80%
G = 2.62%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F40835 (or 0xF40835) is known color: Torch Red. HEX triplet: F4, 08 and 35. RGB value is (244,8,53). Sum of RGB (Red+Green+Blue) = 244+8+53=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F40835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40835 is #0BF7CA. Grayscale: #535353. Windows color (decimal): -784331 or 3475700. OLE color: 3475700.

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

Color convert

RGB 244 8 53 -
CMYK 0 0.97 0.78 0.04
HSL 348.56º 0.94% 0.49% -
HSV(B) 348.56º 0.97% 0.96% -
XYZ 38.04 19.66 5.16 -
YUV 83.69 110.69 242.34 -
System Red Green Blue C M Y K H S L
Decimal 244 8 53 0 0.97 0.78 0.04 348.56 0.94 0.49
Hex F4 8 35 0 61 4E 4 15D 5E 31
Octal 364 10 65 0 141 116 4 535 136 61
Binary 11110100 1000 110101 0 1100001 1001110 100 101011101 1011110 110001

Color Harmonies of #F40835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40835

Black with #F40835

Text Example


Text Example

White with #F40835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40835; }

 p { color: rgb(244,8,53); }

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

background-color css

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

 a { background-color: rgb(244,8,53); }

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

border-color css

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

 span { border-color: rgb(244,8,53); }

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