Html Css Color HEX #F40434 Torch Red

📋 copy color: '#F40434'

red 244 ◦ green 4 ◦ blue 52

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

Shades of Torch Red #F40434

Tints of Torch Red #F40434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 81.33%
G = 1.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F40434 (or 0xF40434) is known color: Torch Red. HEX triplet: F4, 04 and 34. RGB value is (244,4,52). Sum of RGB (Red+Green+Blue) = 244+4+52=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F40434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40434 is #0BFBCB. Grayscale: #515151. Windows color (decimal): -785356 or 3409140. OLE color: 3409140.

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

Color convert

RGB 244 4 52 -
CMYK 0 0.98 0.79 0.04
HSL 348º 0.97% 0.49% -
HSV(B) 348º 0.98% 0.96% -
XYZ 37.97 19.57 5.02 -
YUV 81.23 111.51 244.1 -
System Red Green Blue C M Y K H S L
Decimal 244 4 52 0 0.98 0.79 0.04 348 0.97 0.49
Hex F4 4 34 0 62 4F 4 15C 61 31
Octal 364 4 64 0 142 117 4 534 141 61
Binary 11110100 100 110100 0 1100010 1001111 100 101011100 1100001 110001

Color Harmonies of #F40434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40434

Black with #F40434

Text Example


Text Example

White with #F40434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40434; }

 p { color: rgb(244,4,52); }

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

background-color css

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

 a { background-color: rgb(244,4,52); }

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

border-color css

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

 span { border-color: rgb(244,4,52); }

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