Html Css Color HEX #F40430 Torch Red

📋 copy color: '#F40430'

red 244 ◦ green 4 ◦ blue 48

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

Shades of Torch Red #F40430

Tints of Torch Red #F40430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 82.43%
G = 1.35%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F40430 (or 0xF40430) is known color: Torch Red. HEX triplet: F4, 04 and 30. RGB value is (244,4,48). Sum of RGB (Red+Green+Blue) = 244+4+48=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F40430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40430 is #0BFBCF. Grayscale: #505050. Windows color (decimal): -785360 or 3146996. OLE color: 3146996.

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

Color convert

RGB 244 4 48 -
CMYK 0 0.98 0.80 0.04
HSL 349º 0.97% 0.49% -
HSV(B) 349º 0.98% 0.96% -
XYZ 37.89 19.53 4.57 -
YUV 80.78 109.51 244.42 -
System Red Green Blue C M Y K H S L
Decimal 244 4 48 0 0.98 0.80 0.04 349 0.97 0.49
Hex F4 4 30 0 62 50 4 15D 61 31
Octal 364 4 60 0 142 120 4 535 141 61
Binary 11110100 100 110000 0 1100010 1010000 100 101011101 1100001 110001

Color Harmonies of #F40430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40430

Black with #F40430

Text Example


Text Example

White with #F40430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40430; }

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

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

background-color css

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

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

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

border-color css

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

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

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