Html Css Color HEX #F40343 Torch Red

📋 copy color: '#F40343'

red 244 ◦ green 3 ◦ blue 67

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

Shades of Torch Red #F40343

Tints of Torch Red #F40343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 77.71%
G = 0.96%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F40343 (or 0xF40343) is known color: Torch Red. HEX triplet: F4, 03 and 43. RGB value is (244,3,67). Sum of RGB (Red+Green+Blue) = 244+3+67=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F40343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40343 is #0BFCBC. Grayscale: #525252. Windows color (decimal): -785597 or 4391924. OLE color: 4391924.

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

Color convert

RGB 244 3 67 -
CMYK 0 0.99 0.73 0.04
HSL 344.07º 0.98% 0.48% -
HSV(B) 344.07º 0.99% 0.96% -
XYZ 38.35 19.7 7.09 -
YUV 82.36 119.34 243.3 -
System Red Green Blue C M Y K H S L
Decimal 244 3 67 0 0.99 0.73 0.04 344.07 0.98 0.48
Hex F4 3 43 0 63 49 4 158 62 30
Octal 364 3 103 0 143 111 4 530 142 60
Binary 11110100 11 1000011 0 1100011 1001001 100 101011000 1100010 110000

Color Harmonies of #F40343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40343

Black with #F40343

Text Example


Text Example

White with #F40343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40343; }

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

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

background-color css

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

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

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

border-color css

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

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

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