Html Css Color HEX #F40635 Torch Red

📋 copy color: '#F40635'

red 244 ◦ green 6 ◦ blue 53

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

Shades of Torch Red #F40635

Tints of Torch Red #F40635

RGB

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

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

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

R = 80.53%
G = 1.98%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F40635 (or 0xF40635) is known color: Torch Red. HEX triplet: F4, 06 and 35. RGB value is (244,6,53). Sum of RGB (Red+Green+Blue) = 244+6+53=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F40635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40635 is #0BF9CA. Grayscale: #525252. Windows color (decimal): -784843 or 3475188. OLE color: 3475188.

HSL color Cylindrical-coordinate representation of color #F40635: hue angle of 348.15º 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 #F40635 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 6 53 -
CMYK 0 0.98 0.78 0.04
HSL 348.15º 0.95% 0.49% -
HSV(B) 348.15º 0.98% 0.96% -
XYZ 38.02 19.62 5.15 -
YUV 82.52 111.35 243.18 -
System Red Green Blue C M Y K H S L
Decimal 244 6 53 0 0.98 0.78 0.04 348.15 0.95 0.49
Hex F4 6 35 0 62 4E 4 15C 5F 31
Octal 364 6 65 0 142 116 4 534 137 61
Binary 11110100 110 110101 0 1100010 1001110 100 101011100 1011111 110001

Color Harmonies of #F40635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40635

Black with #F40635

Text Example


Text Example

White with #F40635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40635; }

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

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

background-color css

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

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

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

border-color css

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

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

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