Html Css Color HEX #FF0528 Torch Red

📋 copy color: '#FF0528'

red 255 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #FF0528

Tints of Torch Red #FF0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 85%
G = 1.67%
B = 13.33%

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

#FF0528 (or 0xFF0528) is known color: Torch Red. HEX triplet: FF, 05 and 28. RGB value is (255,5,40). Sum of RGB (Red+Green+Blue) = 255+5+40=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0528 is #00FAD7. Grayscale: #535353. Windows color (decimal): -64216 or 2622975. OLE color: 2622975.

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

Color convert

RGB 255 5 40 -
CMYK 0 0.98 0.84 0
HSL 351.6º 1% 0.51% -
HSV(B) 351.6º 0.98% 1% -
XYZ 41.68 21.52 3.96 -
YUV 83.74 103.33 250.15 -
System Red Green Blue C M Y K H S L
Decimal 255 5 40 0 0.98 0.84 0 351.6 1 0.51
Hex FF 5 28 0 62 54 0 160 64 33
Octal 377 5 50 0 142 124 0 540 144 63
Binary 11111111 101 101000 0 1100010 1010100 0 101100000 1100100 110011

Color Harmonies of #FF0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0528

Black with #FF0528

Text Example


Text Example

White with #FF0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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