Html Css Color HEX #F40335 Torch Red

📋 copy color: '#F40335'

red 244 ◦ green 3 ◦ blue 53

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

Shades of Torch Red #F40335

Tints of Torch Red #F40335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 81.33%
G = 1%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F40335 (or 0xF40335) is known color: Torch Red. HEX triplet: F4, 03 and 35. RGB value is (244,3,53). Sum of RGB (Red+Green+Blue) = 244+3+53=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F40335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40335 is #0BFCCA. Grayscale: #505050. Windows color (decimal): -785611 or 3474420. OLE color: 3474420.

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

Color convert

RGB 244 3 53 -
CMYK 0 0.99 0.78 0.04
HSL 347.55º 0.98% 0.48% -
HSV(B) 347.55º 0.99% 0.96% -
XYZ 37.98 19.56 5.14 -
YUV 80.76 112.34 244.43 -
System Red Green Blue C M Y K H S L
Decimal 244 3 53 0 0.99 0.78 0.04 347.55 0.98 0.48
Hex F4 3 35 0 63 4E 4 15C 62 30
Octal 364 3 65 0 143 116 4 534 142 60
Binary 11110100 11 110101 0 1100011 1001110 100 101011100 1100010 110000

Color Harmonies of #F40335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40335

Black with #F40335

Text Example


Text Example

White with #F40335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40335; }

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

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

background-color css

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

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

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

border-color css

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

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

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