Html Css Color HEX #F20428 Torch Red

📋 copy color: '#F20428'

red 242 ◦ green 4 ◦ blue 40

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

Shades of Torch Red #F20428

Tints of Torch Red #F20428

RGB

 RED value IS 242 (94.92% from 255) = 84.62%

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

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

R = 84.62%
G = 1.4%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F20428 (or 0xF20428) is known color: Torch Red. HEX triplet: F2, 04 and 28. RGB value is (242,4,40). Sum of RGB (Red+Green+Blue) = 242+4+40=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F20428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20428 is #0DFBD7. Grayscale: #4F4F4F. Windows color (decimal): -916440 or 2622706. OLE color: 2622706.

HSL color Cylindrical-coordinate representation of color #F20428: hue angle of 350.92º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20428 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 40 -
CMYK 0 0.98 0.83 0.05
HSL 350.92º 0.97% 0.48% -
HSV(B) 350.92º 0.98% 0.95% -
XYZ 37.04 19.12 3.75 -
YUV 79.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 242 4 40 0 0.98 0.83 0.05 350.92 0.97 0.48
Hex F2 4 28 0 62 53 5 15F 61 30
Octal 362 4 50 0 142 123 5 537 141 60
Binary 11110010 100 101000 0 1100010 1010011 101 101011111 1100001 110000

Color Harmonies of #F20428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20428

Black with #F20428

Text Example


Text Example

White with #F20428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20428; }

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

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

background-color css

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

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

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

border-color css

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

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

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