Html Css Color HEX #FC0428 Torch Red

📋 copy color: '#FC0428'

red 252 ◦ green 4 ◦ blue 40

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

Shades of Torch Red #FC0428

Tints of Torch Red #FC0428

RGB

 RED value IS 252 (98.83% from 255) = 85.14%

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

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

R = 85.14%
G = 1.35%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC0428 (or 0xFC0428) is known color: Torch Red. HEX triplet: FC, 04 and 28. RGB value is (252,4,40). Sum of RGB (Red+Green+Blue) = 252+4+40=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0428 is #03FBD7. Grayscale: #525252. Windows color (decimal): -261080 or 2622716. OLE color: 2622716.

HSL color Cylindrical-coordinate representation of color #FC0428: hue angle of 351.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0428 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 4 40 -
CMYK 0 0.98 0.84 0.01
HSL 351.29º 0.98% 0.5% -
HSV(B) 351.29º 0.98% 0.99% -
XYZ 40.57 20.94 3.91 -
YUV 82.26 104.16 249.07 -
System Red Green Blue C M Y K H S L
Decimal 252 4 40 0 0.98 0.84 0.01 351.29 0.98 0.5
Hex FC 4 28 0 62 54 1 15F 62 32
Octal 374 4 50 0 142 124 1 537 142 62
Binary 11111100 100 101000 0 1100010 1010100 1 101011111 1100010 110010

Color Harmonies of #FC0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0428

Black with #FC0428

Text Example


Text Example

White with #FC0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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