Html Css Color HEX #F40428 Torch Red

📋 copy color: '#F40428'

red 244 ◦ green 4 ◦ blue 40

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

Shades of Torch Red #F40428

Tints of Torch Red #F40428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 84.72%
G = 1.39%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F40428 (or 0xF40428) is known color: Torch Red. HEX triplet: F4, 04 and 28. RGB value is (244,4,40). Sum of RGB (Red+Green+Blue) = 244+4+40=288 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.72% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 244 - color contains mainly: red. Hex color #F40428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40428 is #0BFBD7. Grayscale: #4F4F4F. Windows color (decimal): -785368 or 2622708. OLE color: 2622708.

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

Color convert

RGB 244 4 40 -
CMYK 0 0.98 0.84 0.04
HSL 351º 0.97% 0.49% -
HSV(B) 351º 0.98% 0.96% -
XYZ 37.73 19.47 3.78 -
YUV 79.86 105.51 245.07 -
System Red Green Blue C M Y K H S L
Decimal 244 4 40 0 0.98 0.84 0.04 351 0.97 0.49
Hex F4 4 28 0 62 54 4 15F 61 31
Octal 364 4 50 0 142 124 4 537 141 61
Binary 11110100 100 101000 0 1100010 1010100 100 101011111 1100001 110001

Color Harmonies of #F40428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40428

Black with #F40428

Text Example


Text Example

White with #F40428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40428; }

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

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

background-color css

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

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

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

border-color css

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

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

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