Html Css Color HEX #FF0527 Torch Red

📋 copy color: '#FF0527'

red 255 ◦ green 5 ◦ blue 39

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

Shades of Torch Red #FF0527

Tints of Torch Red #FF0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.04%

R = 85.28%
G = 1.67%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF0527 (or 0xFF0527) is known color: Torch Red. HEX triplet: FF, 05 and 27. RGB value is (255,5,39). Sum of RGB (Red+Green+Blue) = 255+5+39=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0527 is #00FAD8. Grayscale: #535353. Windows color (decimal): -64217 or 2557439. OLE color: 2557439.

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

Color convert

RGB 255 5 39 -
CMYK 0 0.98 0.85 0
HSL 351.84º 1% 0.51% -
HSV(B) 351.84º 0.98% 1% -
XYZ 41.66 21.52 3.88 -
YUV 83.63 102.83 250.24 -
System Red Green Blue C M Y K H S L
Decimal 255 5 39 0 0.98 0.85 0 351.84 1 0.51
Hex FF 5 27 0 62 55 0 160 64 33
Octal 377 5 47 0 142 125 0 540 144 63
Binary 11111111 101 100111 0 1100010 1010101 0 101100000 1100100 110011

Color Harmonies of #FF0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0527

Black with #FF0527

Text Example


Text Example

White with #FF0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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