Html Css Color HEX #F40333 Torch Red

📋 copy color: '#F40333'

red 244 ◦ green 3 ◦ blue 51

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

Shades of Torch Red #F40333

Tints of Torch Red #F40333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 81.88%
G = 1.01%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F40333 (or 0xF40333) is known color: Torch Red. HEX triplet: F4, 03 and 33. RGB value is (244,3,51). Sum of RGB (Red+Green+Blue) = 244+3+51=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F40333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40333 is #0BFCCC. Grayscale: #505050. Windows color (decimal): -785613 or 3343348. OLE color: 3343348.

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

Color convert

RGB 244 3 51 -
CMYK 0 0.99 0.79 0.04
HSL 348.05º 0.98% 0.48% -
HSV(B) 348.05º 0.99% 0.96% -
XYZ 37.94 19.54 4.9 -
YUV 80.53 111.34 244.6 -
System Red Green Blue C M Y K H S L
Decimal 244 3 51 0 0.99 0.79 0.04 348.05 0.98 0.48
Hex F4 3 33 0 63 4F 4 15C 62 30
Octal 364 3 63 0 143 117 4 534 142 60
Binary 11110100 11 110011 0 1100011 1001111 100 101011100 1100010 110000

Color Harmonies of #F40333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40333

Black with #F40333

Text Example


Text Example

White with #F40333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40333; }

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

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

background-color css

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

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

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

border-color css

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

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

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