Html Css Color HEX #F40338 Torch Red

📋 copy color: '#F40338'

red 244 ◦ green 3 ◦ blue 56

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

Shades of Torch Red #F40338

Tints of Torch Red #F40338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 80.53%
G = 0.99%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F40338 (or 0xF40338) is known color: Torch Red. HEX triplet: F4, 03 and 38. RGB value is (244,3,56). Sum of RGB (Red+Green+Blue) = 244+3+56=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F40338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40338 is #0BFCC7. Grayscale: #515151. Windows color (decimal): -785608 or 3671028. OLE color: 3671028.

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

Color convert

RGB 244 3 56 -
CMYK 0 0.99 0.77 0.04
HSL 346.81º 0.98% 0.48% -
HSV(B) 346.81º 0.99% 0.96% -
XYZ 38.05 19.58 5.52 -
YUV 81.1 113.84 244.19 -
System Red Green Blue C M Y K H S L
Decimal 244 3 56 0 0.99 0.77 0.04 346.81 0.98 0.48
Hex F4 3 38 0 63 4D 4 15B 62 30
Octal 364 3 70 0 143 115 4 533 142 60
Binary 11110100 11 111000 0 1100011 1001101 100 101011011 1100010 110000

Color Harmonies of #F40338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40338

Black with #F40338

Text Example


Text Example

White with #F40338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40338; }

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

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

background-color css

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

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

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

border-color css

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

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

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