Html Css Color HEX #FF0428 Torch Red

📋 copy color: '#FF0428'

red 255 ◦ green 4 ◦ blue 40

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

Shades of Torch Red #FF0428

Tints of Torch Red #FF0428

RGB

 RED value IS 255 (100% from 255) = 85.28%

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

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

R = 85.28%
G = 1.34%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF0428 (or 0xFF0428) is known color: Torch Red. HEX triplet: FF, 04 and 28. RGB value is (255,4,40). Sum of RGB (Red+Green+Blue) = 255+4+40=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0428 is #00FBD7. Grayscale: #535353. Windows color (decimal): -64472 or 2622719. OLE color: 2622719.

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

Color convert

RGB 255 4 40 -
CMYK 0 0.98 0.84 0
HSL 351.39º 1% 0.51% -
HSV(B) 351.39º 0.98% 1% -
XYZ 41.67 21.5 3.96 -
YUV 83.15 103.66 250.57 -
System Red Green Blue C M Y K H S L
Decimal 255 4 40 0 0.98 0.84 0 351.39 1 0.51
Hex FF 4 28 0 62 54 0 15F 64 33
Octal 377 4 50 0 142 124 0 537 144 63
Binary 11111111 100 101000 0 1100010 1010100 0 101011111 1100100 110011

Color Harmonies of #FF0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0428

Black with #FF0428

Text Example


Text Example

White with #FF0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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